tests/testlib/common.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 25 Sep 2017 03:30:56 +0530
changeset 2995 dbc896a7a1c3
parent 2119 e1c26c632b6d
permissions -rw-r--r--
topics: make sure user don't pass both the age option and a topic name

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