comparison docs/tutorials/tutorial.t @ 228:5a17c0d41a00

proof-read documentation and docstrings
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
date Wed, 09 May 2012 14:24:56 +0200
parents f60555898df4
children 681e25e5d83a
comparison
equal deleted inserted replaced
227:abe52cf492ee 228:5a17c0d41a00
1 Mutable History and collaboration 1 ===================================
2 ===================================================================== 2 Mutable History and collaboration
3 3 ===================================
4 4
5 .. warning:: need heavy update 5 .. warning:: need heavy update
6
7 6
8 Single Developer Usage 7 Single Developer Usage
9 ====================== 8 ======================
10 9
11 This tutorial shows how to use evolution to replace the basics of *mq*. 10 This tutorial shows how to use evolution to replace the basics of *mq*.
12 11
13
14 Amending a changeset 12 Amending a changeset
15 --------------------- 13 ---------------------
16 14
17
18 First there is some setup phase you will understand later. 15 First there is some setup phase you will understand later.
19 16
20 there is a local repository and a remote one. 17 There is a local repository and a remote one.
21
22 18
23 $ cat >> $HGRCPATH << EOF 19 $ cat >> $HGRCPATH << EOF
24 > [ui] 20 > [ui]
25 > logtemplate ="{node|short} ({phase}): {desc}\n" 21 > logtemplate ="{node|short} ({phase}): {desc}\n"
26 > [diff] 22 > [diff]