# HG changeset patch # User Javi Merino # Date 1305478822 -3600 # Node ID d943412e2fba05f58bcbcaf1f12de2c466e687aa # Parent 6078a99af4338e4df21bf1f8abdee5b1832657aa 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. diff -r 6078a99af433 -r d943412e2fba hgext/extdiff.py --- 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] diff -r 6078a99af433 -r d943412e2fba tests/test-extension.t --- 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