tests/bzr-definitions
author Pierre-Yves David <pierre-yves.david@fb.com>
Sat, 30 Aug 2014 18:20:29 +0200
changeset 22488 6c52ed3f888e
parent 20117 aa9385f983fa
child 26066 89872688893f
permissions -rw-r--r--
revert: split between newly added file and file added in other changeset These two kinds of files are handled differently. One is deleted and the other is just forgotten (the file is untracked but left in place). The distinction is done in the `_performrevert` code itself and we would like to get ride of this.

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