##// 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 # this file holds the definitions that are used in various bzr tests
1 # this file holds the definitions that are used in various bzr tests
2
2
3 "$TESTDIR/hghave" bzr || exit 80
3 "$TESTDIR/hghave" bzr || exit 80
4
4
5 export TERM=dumb
5 echo '[extensions]' >> $HGRCPATH
6 echo '[extensions]' >> $HGRCPATH
6 echo 'convert = ' >> $HGRCPATH
7 echo 'convert = ' >> $HGRCPATH
7 echo 'hgext.graphlog = ' >> $HGRCPATH
8 echo 'hgext.graphlog = ' >> $HGRCPATH
8
9
9 glog()
10 glog()
10 {
11 {
11 hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@"
12 hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@"
12 }
13 }
13
14
14 manifest()
15 manifest()
15 {
16 {
16 echo "% manifest of $2"
17 echo "% manifest of $2"
17 hg -R $1 manifest -v -r $2
18 hg -R $1 manifest -v -r $2
18 }
19 }
General Comments 0
You need to be logged in to leave comments. Login now