tests/test-import-bypass.t
changeset 20117 aa9385f983fa
parent 16913 f2719b387380
child 21417 308aaeb956e2
--- a/tests/test-import-bypass.t	Fri Nov 22 19:13:26 2013 +0100
+++ b/tests/test-import-bypass.t	Fri Nov 22 19:14:17 2013 +0100
@@ -1,9 +1,8 @@
   $ echo "[extensions]" >> $HGRCPATH
   $ echo "purge=" >> $HGRCPATH
-  $ echo "graphlog=" >> $HGRCPATH
 
   $ shortlog() {
-  >     hg glog --template '{rev}:{node|short} {author} {date|hgdate} - {branch} - {desc|firstline}\n'
+  >     hg log -G --template '{rev}:{node|short} {author} {date|hgdate} - {branch} - {desc|firstline}\n'
   > }
 
 Test --bypass with other options