tests/testlib/common.sh
author Boris Feld <boris.feld@octobus.net>
Mon, 29 Jan 2018 17:32:08 +0100
branchstable
changeset 3471 2a337fcedd5e
parent 2119 e1c26c632b6d
permissions -rw-r--r--
doc: add link to roadmap Add a link to the Evolution roadmap in the main page of the documentation.

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