tests/bzr-definitions
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 10 Mar 2015 21:25:11 -0700
changeset 24387 32e16e9cf2cf
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
contrib: remove the now useless lock-checker.py extension This feature is in core now, and we do not keep backward compability for contrib.

# this file holds the definitions that are used in various bzr tests

"$TESTDIR/hghave" bzr || exit 80

TERM=dumb; export TERM
echo '[extensions]' >> $HGRCPATH
echo 'convert = ' >> $HGRCPATH

glog()
{
    hg log -G --template '{rev}@{branch} "{desc|firstline}" files: {files}\n' "$@"
}

manifest()
{
    echo "% manifest of $2"
    hg -R $1 manifest -v -r $2
}