tests/bzr-definitions
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 13 Oct 2016 13:22:40 +0200
changeset 30169 5f7151e6de85
parent 26066 89872688893f
child 39250 7a88643bc0ef
permissions -rw-r--r--
parsers: alias more PyInt* symbols on Python 3 I feel dirty for having to do this. But this is currently our approach for dealing with PyInt -> PyLong in Python 3 for this file. This removes a ton of compiler warnings by fixing unresolved symbols.

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