# HG changeset patch # User Cédric Duval # Date 1248997245 -7200 # Node ID a8fdcec4ab34498641d3e70a748348848ae3a9be # Parent 25255ce87bcfb753df078b2f8cabc6bcb5cb96ce doc: fix quotes mismatches affecting rst diff -r 25255ce87bcf -r a8fdcec4ab34 hgext/extdiff.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). ''' diff -r 25255ce87bcf -r a8fdcec4ab34 hgext/patchbomb.py --- 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::