Mercurial > hg
changeset 14327:d943412e2fba
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.
author | Javi Merino <cibervicho@gmail.com> |
---|---|
date | Sun, 15 May 2011 18:00:22 +0100 |
parents | 6078a99af433 |
children | abaacdab38f6 |
files | hgext/extdiff.py tests/test-extension.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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