tests/test-graft.t
changeset 20117 aa9385f983fa
parent 19893 dc4edca39e41
child 20945 18adc15635a1
--- a/tests/test-graft.t	Fri Nov 22 19:13:26 2013 +0100
+++ b/tests/test-graft.t	Fri Nov 22 19:14:17 2013 +0100
@@ -25,7 +25,7 @@
   $ hg phase --public 3
   $ hg phase --force --secret 6
 
-  $ hg --config extensions.graphlog= log -G --template '{author}@{rev}.{phase}: {desc}\n'
+  $ hg log -G --template '{author}@{rev}.{phase}: {desc}\n'
   @    test@6.secret: 6
   |\
   | o  test@5.draft: 5
@@ -249,7 +249,7 @@
 
 View graph:
 
-  $ hg --config extensions.graphlog= log -G --template '{author}@{rev}.{phase}: {desc}\n'
+  $ hg log -G --template '{author}@{rev}.{phase}: {desc}\n'
   @  test@11.draft: 3
   |
   o  test@10.draft: 4