tests/bzr-definitions
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 11 Dec 2014 21:58:49 -0800
changeset 23640 b46b9865dd08
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
merge: let _forgetremoved() work on the file->action dict By moving the conversion from the file->action dict after _forgetremoved(), we make that method shorter by removing the need for the confusing 'xactions' variable.

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