tests/testlib/common.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 12 May 2017 19:18:49 +0200
changeset 2357 f787f5406a98
parent 2119 e1c26c632b6d
permissions -rw-r--r--
obscache: extract a data agnostic class We now have an independent class that we can reuse for other purpose (eg: obshashrange cache)

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