sapling/tests/bzr-definitions

20 lines
382 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
export TERM=dumb
2008-09-26 22:33:47 +04:00
echo '[extensions]' >> $HGRCPATH
echo 'convert = ' >> $HGRCPATH
echo 'hgext.graphlog = ' >> $HGRCPATH
glog()
{
2009-05-20 01:02:17 +04:00
hg glog --template '{rev} "{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
}