diff --git a/hgext/extdiff.py b/hgext/extdiff.py --- a/hgext/extdiff.py +++ b/hgext/extdiff.py @@ -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 @@ you do not need to type "hg extdiff -p k 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 --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -56,7 +56,7 @@ files, e.g. with mutt:: % 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::