tests/testlib/common.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 08 Jun 2018 19:48:53 +0530
branchstable
changeset 3814 add545ac044d
parent 2119 e1c26c632b6d
permissions -rw-r--r--
CHANGELOG: add couple of entries about things fixed We are preparing for a release!

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