tests/bzr-definitions
author Patrick Mezard <pmezard@gmail.com>
Sun, 04 Oct 2009 22:23:11 +0200
changeset 9526 457a30ed8ffb
parent 9043 438f0b1d4684
child 16060 f84dda152a55
permissions -rw-r--r--
convert/darcs: fix file renaming (issue1853)

# 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
echo 'hgext.graphlog = ' >> $HGRCPATH

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

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