tests/bzr-definitions
author Na'Tosha Bard <natosha@unity3d.com>
Thu, 03 May 2012 15:24:45 +0200
branchstable
changeset 16571 1ff42ee98446
parent 16060 f84dda152a55
child 20117 aa9385f983fa
permissions -rw-r--r--
largefiles: fix commit of both largefiles and non-largefiles (issue3354) This bug was caused by some old code that should have been removed long ago.

# 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}@{branch} "{desc|firstline}" files: {files}\n' "$@"
}

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