# HG changeset patch # User Pierre-Yves David # Date 1338925964 -7200 # Node ID bbd1adb262fd8939562b8338b13b0ed4e3628a2b # Parent 909a3a079daf41d2e3f94ead2208fb99f585cbdf zsh does not like "`" in << EOF diff -r 909a3a079daf -r bbd1adb262fd docs/tutorials/tutorial.t --- a/docs/tutorials/tutorial.t Tue Jun 05 21:42:12 2012 +0200 +++ b/docs/tutorials/tutorial.t Tue Jun 05 21:52:44 2012 +0200 @@ -11,7 +11,7 @@ > [diff] > git = 1 > [alias] - > # `-d '0 0'` means that the new commit will be at January 1st 1970. + > # "-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]