view tests/testlib/common.sh @ 5911: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
line wrap: on
line source

. $TESTDIR/testlib/pythonpath.sh

mkcommit() {
   echo "$1" > "$1"
   hg add "$1"
   hg ci -m "$1"
}

getid() {
   hg log --hidden --template '{node}\n' --rev "$1"
}