# HG changeset patch # User Damien Garaud # Date 1337968292 -7200 # Node ID 5e47d361206a7742e87790d4b20a974f0f9af526 # Parent bd0917068cc7df3d5fd63a99e02841e5da31a4c9 [doc] Specify that tuto hg configuration is used for testing. diff -r bd0917068cc7 -r 5e47d361206a docs/tutorials/tutorial.t --- a/docs/tutorials/tutorial.t Thu May 24 00:24:40 2012 +0200 +++ b/docs/tutorials/tutorial.t Fri May 25 19:51:32 2012 +0200 @@ -1,6 +1,8 @@ Initial setup ---------------------- +------------- + +This Mercurial configuration example is used for testing. .. Various setup $ cat >> $HGRCPATH << EOF @@ -9,6 +11,8 @@ > [diff] > git = 1 > [alias] + > # `-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=