tests/bzr-definitions
author Manuel Jacob <me@manueljacob.de>
Tue, 09 Jun 2020 05:24:45 +0200
branchstable
changeset 44802 6c8384afbf77
parent 39250 7a88643bc0ef
permissions -rw-r--r--
resourceutil: fix location of line comments These comments slipped out of position when the sources where formatted with black in 2372284d9457.

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