changeset 250:5e47d361206a

[doc] Specify that tuto hg configuration is used for testing.
author Damien Garaud <damien.garaud@logilab.fr>
date Fri, 25 May 2012 19:51:32 +0200
parents bd0917068cc7
children a60d11973ff3
files docs/tutorials/tutorial.t
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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=