tests/testlib/common.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Dec 2017 03:58:22 +0100
changeset 3303 318c938be80d
parent 2119 e1c26c632b6d
permissions -rw-r--r--
stablerange: drop the basic inheritance from the 'mergepoint' version All necessary bits are implemented now (except for warmup which we explicitly bypass for now).

. $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