tests/bzr-definitions
author Wagner Bruna <wbruna@yahoo.com>
Sun, 01 May 2016 00:12:56 -0300
branchstable
changeset 29037 b043d7f27a0e
parent 26066 89872688893f
child 39250 7a88643bc0ef
permissions -rw-r--r--
i18n-pt_BR: synchronized with 18c1b107898e

# 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: {files}\n' "$@"
}

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