doc: fix quotes mismatches affecting rst
authorCédric Duval <cedricduval@free.fr>
Fri, 31 Jul 2009 01:40:45 +0200
changeset 9286 a8fdcec4ab34
parent 9285 25255ce87bcf
child 9288 e668bcd0e25f
doc: fix quotes mismatches affecting rst
hgext/extdiff.py
hgext/patchbomb.py
--- a/hgext/extdiff.py	Wed Jul 29 22:23:14 2009 +0200
+++ b/hgext/extdiff.py	Fri Jul 31 01:40:45 2009 +0200
@@ -7,13 +7,13 @@
 
 '''command to allow external programs to compare revisions
 
-The `extdiff' Mercurial extension allows you to use external programs
+The extdiff Mercurial extension allows you to use external programs
 to compare revisions, or revision with working directory. The external
 diff programs are called with a configurable set of options and two
 non-option arguments: paths to directories containing snapshots of
 files to compare.
 
-The `extdiff' extension also allows to configure new diff commands, so
+The extdiff extension also allows to configure new diff commands, so
 you do not need to type "hg extdiff -p kdiff3" always. ::
 
   [extdiff]
@@ -36,7 +36,7 @@
   vimdiff = gvim -f '+next' '+execute "DirDiff" argv(0) argv(1)'
 
 You can use -I/-X and list of file or directory names like normal "hg
-diff" command. The `extdiff' extension makes snapshots of only needed
+diff" command. The extdiff extension makes snapshots of only needed
 files, so running the external diff program will actually be pretty
 fast (at least faster than having to compare the entire tree).
 '''
--- a/hgext/patchbomb.py	Wed Jul 29 22:23:14 2009 +0200
+++ b/hgext/patchbomb.py	Fri Jul 31 01:40:45 2009 +0200
@@ -56,7 +56,7 @@
 
   % mutt -R -f mbox
 
-When you are previewing the patchbomb messages, you can use `formail'
+When you are previewing the patchbomb messages, you can use ``formail``
 (a utility that is commonly installed as part of the procmail
 package), to send each message out::