(0.9.2compat) improve English; from stable 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Tue, 09 Jun 2009 22:32:14 +0200
branch0.9.2compat
changeset 574 9353633b1611
parent 560 42502f8fc5b0
child 575 fdb3a5bf2c5c
(0.9.2compat) improve English; from stable
hgkw/keyword.py
tests/test-keyword.out
--- a/hgkw/keyword.py	Sun Jun 07 18:51:53 2009 +0200
+++ b/hgkw/keyword.py	Tue Jun 09 22:32:14 2009 +0200
@@ -447,7 +447,7 @@
     '''print [keywordmaps] configuration and an expansion example
 
     Show current, custom, or default keyword template maps
-    and their expansion.
+    and their expansions.
 
     Extend current configuration by specifying maps as arguments
     and optionally by reading from an additional hgrc file.
@@ -524,7 +524,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.
 
@@ -574,7 +574,7 @@
             ui.write(fmt % _pathto(repo, 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".
--- a/tests/test-keyword.out	Sun Jun 07 18:51:53 2009 +0200
+++ b/tests/test-keyword.out	Tue Jun 09 22:32:14 2009 +0200
@@ -35,9 +35,9 @@
         In that case run "hg kwshrink", and then reimport.
         Or, better, use bundle/unbundle to share changes.
  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
 % hg kwdemo
 [extensions]
 hgext.keyword =