Mercurial > hg
view tests/bzr-definitions @ 33202:c1994c986d77 stable
Added signature for changeset 26c49ed51a69
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 05 Jul 2017 11:24:22 -0400 |
parents | 89872688893f |
children | 7a88643bc0ef |
line wrap: on
line source
# 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 }