tests/bzr-definitions
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Jun 2022 19:40:35 +0200
changeset 49343 4f04bb0d8deb
parent 39222 7a88643bc0ef
permissions -rw-r--r--
auto-upgrade: add an option to silence the safe-mismatch message For well tested case, the message can get in the way, so we add a way to disable it.

# 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+: [{file_adds}], files-: [{file_dels}], files: [{file_mods}]\n' "$@"
}

manifest()
{
    echo "% manifest of $2"
    hg -R $1 manifest -v -r $2
}