tests/bzr-definitions
author Mads Kiilerich <madski@unity3d.com>
Sun, 21 Aug 2016 01:12:00 +0200
changeset 30198 145482f505a5
parent 26066 89872688893f
child 39250 7a88643bc0ef
permissions -rw-r--r--
tests: add more test coverage of phase changes when pushing Prepare for test coverage of phase updates with future push --readonly option, both with and without actually pushing changesets.

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