tests/bzr-definitions
author "Bradley M. Kuhn" <bkuhn@ebb.org>
Sun, 08 Sep 2013 19:02:08 -0400
changeset 21021 422981492ace
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
commit: --edit/-e to force edit of otherwise-supplied commit message The --edit/-e option for the 'commit' command forces editor, even when a commit message has been provided already by other means, such as by the -m or -l options.

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