tests/bzr-definitions
author Matt Mackall <mpm@selenic.com>
Mon, 27 Oct 2014 18:44:05 -0500
branchstable
changeset 23098 675e415568af
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
test-convert-svn-sink: properly isolate symlink section This was fixed earlier by moving all the symlink bits to a section to the end of the file, but then it was broken (by the same person) by adding more tests at the end.

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