extdiff: grammar "allows to" -> "allows one to"
The verb to allow requires a direct object.
Lintian, a Debian tool to find common mistakes, reported it. I'm not a
native english speaker but I think this is correct.
--- a/hgext/extdiff.py Sun May 15 11:50:16 2011 -0500
+++ b/hgext/extdiff.py Sun May 15 18:00:22 2011 +0100
@@ -13,7 +13,7 @@
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 you to configure new diff commands, so
you do not need to type :hg:`extdiff -p kdiff3` always. ::
[extdiff]
--- a/tests/test-extension.t Sun May 15 11:50:16 2011 -0500
+++ b/tests/test-extension.t Sun May 15 18:00:22 2011 +0100
@@ -277,8 +277,8 @@
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 you do
- not need to type "hg extdiff -p kdiff3" always.
+ The extdiff extension also allows you to configure new diff commands, so you
+ do not need to type "hg extdiff -p kdiff3" always.
[extdiff]
# add new command that runs GNU diff(1) in 'context diff' mode