tests/bzr-definitions
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 20 Nov 2013 19:13:24 -0500
changeset 20127 6b771bcd1a62
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
bash_completion: remove restriction on bookmark completion Previously, we only completed a bookmark when deleting or renaming a bookmark. Since we can now move a bookmark forward, we drop this restriction.

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