tests/bzr-definitions
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 05 Sep 2018 09:36:31 -0700
changeset 39471 481db51c83e9
parent 39250 7a88643bc0ef
permissions -rw-r--r--
merge with stable Includes an extra bump of the version number for parsers because the merge produces a new, distinct version of the code.

# this file holds the definitions that are used in various bzr tests

TERM=dumb; export TERM
echo '[extensions]' >> $HGRCPATH
echo 'convert = ' >> $HGRCPATH

glog()
{
    hg log -G --template '{rev}@{branch} "{desc|firstline}" files+: [{file_adds}], files-: [{file_dels}], files: [{file_mods}]\n' "$@"
}

manifest()
{
    echo "% manifest of $2"
    hg -R $1 manifest -v -r $2
}