view tests/bzr-definitions @ 20625:7cbc6e228999

contrib: drop tmplrewrite Needed for the 1.3 transition in 2009, no longer relevant
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Mar 2014 20:08:41 -0600
parents aa9385f983fa
children 89872688893f
line wrap: on
line source

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