tests/bzr-definitions
author Siddharth Agarwal <sid0@fb.com>
Thu, 13 Nov 2014 00:08:44 -0800
changeset 23297 d7abae94a7a0
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
patch.diffopts: add support for noprefix In an upcoming patch we'll enable support as an option to 'hg diff' as well. The tests reflect the current state of the world -- as we add support we'll see changes in the test output.

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