Mercurial > hg
view tests/bzr-definitions @ 21828:1c2f5cc71d68 stable
i18n-pt_BR: synchronized with a4b67bf1f0a5
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 30 Jun 2014 18:52:57 -0300 |
parents | aa9385f983fa |
children | 89872688893f |
line wrap: on
line source
# this file holds the definitions that are used in various bzr tests "$TESTDIR/hghave" bzr || exit 80 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 }