view tests/testlib/common.sh @ 2455:d93a50a9abf5

effectflag: handle invalid data If we get a marker with an invalid input we should not crash the whole process.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 19 May 2017 20:50:00 +0200
parents e1c26c632b6d
children 55589cb47581
line wrap: on
line source

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