sapling/tests/bzr-definitions

19 lines
361 B
Plaintext
Raw Normal View History

2008-09-26 22:33:47 +04:00
# this file holds the definitions that are used in various bzr tests
"$TESTDIR/hghave" bzr || exit 80
TERM=dumb; export TERM
2008-09-26 22:33:47 +04:00
echo '[extensions]' >> $HGRCPATH
echo 'convert = ' >> $HGRCPATH
glog()
{
hg log -G --template '{rev}@{branch} "{desc|firstline}" files: {files}\n' "$@"
2008-09-26 22:33:47 +04:00
}
manifest()
{
echo "% manifest of $2"
hg -R $1 manifest -v -r $2
}