tests/bzr-definitions
author Mads Kiilerich <madski@unity3d.com>
Mon, 01 Dec 2014 02:10:57 +0100
branchstable
changeset 23417 442bb30171db
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
tests: clean-up of largefiles tests in test-issue3084.t Prepare for adding more test cases to the systematic testing, moving the test from ac3b3a2d976d to another section.

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