tests/test-convert-tla.t
changeset 20117 aa9385f983fa
parent 15441 e0348815e806
child 22046 7a9cbb315d84
--- a/tests/test-convert-tla.t	Fri Nov 22 19:13:26 2013 +0100
+++ b/tests/test-convert-tla.t	Fri Nov 22 19:14:17 2013 +0100
@@ -3,7 +3,6 @@
   $ tla my-id "mercurial <mercurial@selenic.com>"
   $ echo "[extensions]" >> $HGRCPATH
   $ echo "convert=" >> $HGRCPATH
-  $ echo 'graphlog =' >> $HGRCPATH
 
 create tla archive
 
@@ -109,7 +108,7 @@
   $ tla register-archive -d tla@mercurial--convert
   $ glog()
   > {
-  >     hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
+  >     hg log -G --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
   > }
 
 show graph log