comparison tests/testlib/common.sh @ 6016:55589cb47581

tests: drop debugobsolete alias from common.sh Support for devel.default-date exists since hg 4.3, so this is long overdue.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 09 May 2021 19:58:24 +0800
parents e1c26c632b6d
children 51249e4e9025
comparison
equal deleted inserted replaced
6015:efdbbced2374 6016:55589cb47581
7 } 7 }
8 8
9 getid() { 9 getid() {
10 hg log --hidden --template '{node}\n' --rev "$1" 10 hg log --hidden --template '{node}\n' --rev "$1"
11 } 11 }
12
13 cat >> $HGRCPATH <<EOF
14 [alias]
15 debugobsolete=debugobsolete -d '0 0'
16 EOF