tests/testlib/common.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 02 Jul 2017 18:22:39 +0200
branchmercurial-4.1
changeset 2700 52d5c5ce27e4
parent 2119 e1c26c632b6d
permissions -rw-r--r--
compat: merge with stable Nothing to report beside the drop of the obsfate related tests.

. $TESTDIR/testlib/pythonpath.sh

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

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

cat >> $HGRCPATH <<EOF
[alias]
debugobsolete=debugobsolete -d '0 0'
EOF