tests/testlib/common.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 16 Jul 2017 11:11:06 +0200
changeset 2748 723f5b505c48
parent 2119 e1c26c632b6d
permissions -rw-r--r--
debugobsconvert: take the lock when writing the obsstore file We were upgrading the store unprotected.

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