tests/bzr-definitions
author Matt Mackall <mpm@selenic.com>
Tue, 10 May 2011 16:08:47 -0500
changeset 14291 1a791993ce59
parent 9042 95046688f80f
child 16060 f84dda152a55
permissions -rw-r--r--
cmdutil: make_file to makefileobj

# 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
}