# HG changeset patch # User timeless # Date 1244553934 14400 # Node ID 197aeca9108ad368034a12aa26cc90183f55d83f # Parent 4895a3df2098f324027ecf171f689cc9a9d758e9 keyword: improve English [ original upstream message ] diff -r 4895a3df2098 -r 197aeca9108a hgkw/keyword.py --- a/hgkw/keyword.py Mon Jun 08 18:14:44 2009 -0500 +++ b/hgkw/keyword.py Tue Jun 09 09:25:34 2009 -0400 @@ -280,7 +280,7 @@ '''print [keywordmaps] configuration and an expansion example Show current, custom, or default keyword template maps and their - expansion. + expansions. Extend current configuration by specifying maps as arguments and optionally by reading from an additional hgrc file. @@ -358,7 +358,7 @@ shutil.rmtree(tmpdir, ignore_errors=True) def expand(ui, repo, *pats, **opts): - '''expand keywords in working directory + '''expand keywords in the working directory Run after (re)enabling keyword expansion. @@ -390,7 +390,7 @@ ui.write(fmt % repo.pathto(f, cwd)) def shrink(ui, repo, *pats, **opts): - '''revert expanded keywords in working directory + '''revert expanded keywords in the working directory Run before changing/disabling active keywords or if you experience problems with "hg import" or "hg merge". diff -r 4895a3df2098 -r 197aeca9108a tests/test-keyword.out --- a/tests/test-keyword.out Mon Jun 08 18:14:44 2009 -0500 +++ b/tests/test-keyword.out Tue Jun 09 09:25:34 2009 -0400 @@ -49,9 +49,9 @@ list of commands: kwdemo print [keywordmaps] configuration and an expansion example - kwexpand expand keywords in working directory + kwexpand expand keywords in the working directory kwfiles print files currently configured for keyword expansion - kwshrink revert expanded keywords in working directory + kwshrink revert expanded keywords in the working directory enabled extensions: