diff tests/test-convert-tla.t @ 20117:aa9385f983fa

tests: don't load unnecessary graphlog extension Since graphlog is in core, we can use 'hg log -G' instead.
author Martin Geisler <martin@geisler.net>
date Fri, 22 Nov 2013 19:14:17 +0100
parents e0348815e806
children 7a9cbb315d84
line wrap: on
line diff
--- a/tests/test-convert-tla.t
+++ b/tests/test-convert-tla.t
@@ -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