diff -r 87269fca586b -r e763f7e94211 tests/test-tutorial.t --- a/tests/test-tutorial.t Mon Dec 03 16:30:25 2012 +0100 +++ b/tests/test-tutorial.t Wed Jan 02 11:49:22 2013 +0100 @@ -14,8 +14,6 @@ > # "-d '0 0'" means that the new commit will be at January 1st 1970. > # This is used for stable hash during test > amend = amend -d '0 0' - > [extensions] - > hgext.graphlog= > EOF $ hg init local @@ -55,10 +53,6 @@ $ hg showconfig diff diff.git=1 -And the graphlog extension - $ hg showconfig extensions - extensions.hgext.graphlog= - And of course, we enable the experimental extensions for mutable history: $ cat >> $HGRCPATH <