tests/bzr-definitions
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 31 Mar 2015 14:46:05 -0700
changeset 24569 5491248e148a
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
test-manifest: create constant for empty manifest For symmetry with manifest v2, once we add that, let's extract a constant for the empty v1 manifest.

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