[doc] Specify that tuto hg configuration is used for testing.
authorDamien Garaud <damien.garaud@logilab.fr>
Fri, 25 May 2012 19:51:32 +0200
changeset 250 5e47d361206a
parent 249 bd0917068cc7
child 251 a60d11973ff3
[doc] Specify that tuto hg configuration is used for testing.
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=