tests/bzr-definitions
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 10 Apr 2017 17:36:40 +0200
changeset 31940 6ce09d2cc2db
parent 26066 89872688893f
child 39250 7a88643bc0ef
permissions -rw-r--r--
hgweb: add a link to followlines in descending direction We change the content of the followlines popup to display two links inviting to follow the history of selected lines in ascending (as before) and descending directions. The popup now renders as: follow history of lines <fromline>:<toline>: <a href=...>ascending</a> / <a href=...>descending</a>

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