view tests/bzr-definitions @ 20138:db0f8738d3d4

test-import-git.t: work around check-code hating on ^ and $( in tests
author Augie Fackler <raf@durin42.com>
date Wed, 27 Nov 2013 16:43:02 -0500
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
}