Mercurial > evolve
comparison docs/tutorials/tutorial.t @ 257:bbd1adb262fd
zsh does not like "`" in << EOF
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 05 Jun 2012 21:52:44 +0200 |
parents | 5e47d361206a |
children | 9886034199af |
comparison
equal
deleted
inserted
replaced
256:909a3a079daf | 257:bbd1adb262fd |
---|---|
9 > [ui] | 9 > [ui] |
10 > logtemplate ="{node|short} ({phase}): {desc}\n" | 10 > logtemplate ="{node|short} ({phase}): {desc}\n" |
11 > [diff] | 11 > [diff] |
12 > git = 1 | 12 > git = 1 |
13 > [alias] | 13 > [alias] |
14 > # `-d '0 0'` means that the new commit will be at January 1st 1970. | 14 > # "-d '0 0'" means that the new commit will be at January 1st 1970. |
15 > # This is used for stable hash during test | 15 > # This is used for stable hash during test |
16 > amend = amend -d '0 0' | 16 > amend = amend -d '0 0' |
17 > [extensions] | 17 > [extensions] |
18 > hgext.graphlog= | 18 > hgext.graphlog= |
19 > EOF | 19 > EOF |