##// END OF EJS Templates
Declare bzr TERM=dumb to silence progress bars...
Patrick Mezard -
r8211:5b4ff21c default
parent child Browse files
Show More
@@ -1,18 +1,19
1 1 # this file holds the definitions that are used in various bzr tests
2 2
3 3 "$TESTDIR/hghave" bzr || exit 80
4 4
5 export TERM=dumb
5 6 echo '[extensions]' >> $HGRCPATH
6 7 echo 'convert = ' >> $HGRCPATH
7 8 echo 'hgext.graphlog = ' >> $HGRCPATH
8 9
9 10 glog()
10 11 {
11 12 hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@"
12 13 }
13 14
14 15 manifest()
15 16 {
16 17 echo "% manifest of $2"
17 18 hg -R $1 manifest -v -r $2
18 19 }
General Comments 0
You need to be logged in to leave comments. Login now