tests/bzr-definitions
author Lucas Moscovicz <lmoscovicz@fb.com>
Wed, 05 Mar 2014 15:55:09 -0800
changeset 21110 49e13e76ec5a
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
largefiles: changed overridelog to work with graphlog Log for largefiles was failing for graph log since it was overriding match instead of matchandpats. [Mads Kiilerich modified this patch to address his review comments and ended up rewriting/removing most of it.]

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