tests/testlib/common.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 29 Jun 2017 01:58:26 +0530
changeset 2681 aa4db71a6224
parent 2119 e1c26c632b6d
permissions -rw-r--r--
topics: return a parse error if stack() revset is passed with argument

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