tests/bzr-definitions
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 06 Mar 2018 14:32:14 -0800
changeset 36760 7bf80d9d9543
parent 26066 89872688893f
child 39222 7a88643bc0ef
permissions -rw-r--r--
merge with stable There were a handful of merge conflicts in the wire protocol code due to significant refactoring in default. When resolving the conflicts, I tried to produce the minimal number of changes to make the incoming security patches work with the new code. I will send some follow-up commits to get the security patches better integrated into default.

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