# HG changeset patch # User Pierre-Yves David # Date 1357123762 -3600 # Node ID e763f7e94211b1cc4ca04c7bfadfdf4dbd8fdd7c # Parent 87269fca586bd84b63c2491527eaa43fad356ba3 tutorial: glog is into core now 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 <