tests/bzr-definitions
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Wed, 20 May 2015 04:34:27 +0900
branchstable
changeset 25218 00d905a12bb6
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
localrepo: rename hook argument from TXNID to txnid (BC) From the first (3.4 or d283517b260b), `TXNID` is passed to Python hooks without lowering its name, but it is wrong.

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