tests/testlib/common.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 21 May 2017 13:55:09 +0200
branchstable
changeset 2459 5e6fc802bc8a
parent 2119 e1c26c632b6d
permissions -rw-r--r--
obshashrange: add an option to disable local cache warming The cache still a bit too volatile an costly to update. This offer a way for developer working copy to only compute it when used.

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