tests/bzr-definitions
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jul 2021 19:06:32 +0200
changeset 47606 26bf0b9fe78f
parent 39222 7a88643bc0ef
permissions -rw-r--r--
sparse: clear rules in the context of a `parentchanges` context This is the same logic as the change we did for narrow. Differential Revision: https://phab.mercurial-scm.org/D11029

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