##// END OF EJS Templates
doc: fix quotes mismatches affecting rst
Cédric Duval -
r9286:a8fdcec4 default
parent child Browse files
Show More
@@ -7,13 +7,13 b''
7
7
8 '''command to allow external programs to compare revisions
8 '''command to allow external programs to compare revisions
9
9
10 The `extdiff' Mercurial extension allows you to use external programs
10 The extdiff Mercurial extension allows you to use external programs
11 to compare revisions, or revision with working directory. The external
11 to compare revisions, or revision with working directory. The external
12 diff programs are called with a configurable set of options and two
12 diff programs are called with a configurable set of options and two
13 non-option arguments: paths to directories containing snapshots of
13 non-option arguments: paths to directories containing snapshots of
14 files to compare.
14 files to compare.
15
15
16 The `extdiff' extension also allows to configure new diff commands, so
16 The extdiff extension also allows to configure new diff commands, so
17 you do not need to type "hg extdiff -p kdiff3" always. ::
17 you do not need to type "hg extdiff -p kdiff3" always. ::
18
18
19 [extdiff]
19 [extdiff]
@@ -36,7 +36,7 b' you do not need to type "hg extdiff -p k'
36 vimdiff = gvim -f '+next' '+execute "DirDiff" argv(0) argv(1)'
36 vimdiff = gvim -f '+next' '+execute "DirDiff" argv(0) argv(1)'
37
37
38 You can use -I/-X and list of file or directory names like normal "hg
38 You can use -I/-X and list of file or directory names like normal "hg
39 diff" command. The `extdiff' extension makes snapshots of only needed
39 diff" command. The extdiff extension makes snapshots of only needed
40 files, so running the external diff program will actually be pretty
40 files, so running the external diff program will actually be pretty
41 fast (at least faster than having to compare the entire tree).
41 fast (at least faster than having to compare the entire tree).
42 '''
42 '''
@@ -56,7 +56,7 b' files, e.g. with mutt::'
56
56
57 % mutt -R -f mbox
57 % mutt -R -f mbox
58
58
59 When you are previewing the patchbomb messages, you can use `formail'
59 When you are previewing the patchbomb messages, you can use ``formail``
60 (a utility that is commonly installed as part of the procmail
60 (a utility that is commonly installed as part of the procmail
61 package), to send each message out::
61 package), to send each message out::
62
62
General Comments 0
You need to be logged in to leave comments. Login now