tests/bzr-definitions
author Siddharth Agarwal <sid0@fb.com>
Tue, 18 Nov 2014 21:43:38 -0800
changeset 23431 10223d2278f4
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
patch: rename diffopts to diffallopts This is meant to be used when all features are explicitly requested. diffopts is kept as an alias for now -- it will go away soon.

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