tests/bzr-definitions
author Siddharth Agarwal <sid0@fb.com>
Wed, 03 Feb 2016 09:06:52 -0800
branchstable
changeset 27974 bb14a81ce647
parent 26066 89872688893f
child 39250 7a88643bc0ef
permissions -rw-r--r--
graft: don't preserve most extra fields This backs out changeset 804abe8999f3. See the previous patch for why we're doing this.

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