tests/bzr-definitions
author Yuya Nishihara <yuya@tcha.org>
Sun, 03 Jun 2018 13:40:58 +0900
changeset 38236 a6347ae6168d
parent 26066 89872688893f
child 39222 7a88643bc0ef
permissions -rw-r--r--
test-fuzz-targets: look for clang-6.0 binary as well Debian sid is still shipped with clang 4.0 by default. This allows me to run the test without replacing the system clang to clang-6.0.

# 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: {files}\n' "$@"
}

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