tests/bzr-definitions
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 30 Jan 2014 20:10:59 -0800
changeset 20438 2b5ab0d11327
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
push: move local phase move in a normal function We now have the modularity for simpler approach `localphasemove`.

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