tests/bzr-definitions
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Wed, 10 Nov 2010 13:48:23 +0100
branchstable
changeset 12960 e339346a9b05
parent 9042 95046688f80f
child 16060 f84dda152a55
permissions -rw-r--r--
test-mq-qnew: handle Mac OS X error strings. On Mac OS X, opening a file called '42/' results in ENOENT and not EISDIR if the directory doesn't exist.

# 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
echo 'hgext.graphlog = ' >> $HGRCPATH

glog()
{
    hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
}

manifest()
{
    echo "% manifest of $2"
    hg -R $1 manifest -v -r $2
}