tests/bzr-definitions
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 22 Feb 2023 02:21:27 +0100
changeset 50147 0be70c7b609c
parent 39222 7a88643bc0ef
permissions -rw-r--r--
dirstate: have `running_status` write the dirstate when holding the lock This is simple and harmless.

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