hgext/keyword.py
changeset 8763 fccdf5ca5065
parent 8706 25e9c71b89de
child 8810 ac92775b3b80
--- a/hgext/keyword.py	Tue Jun 09 09:25:25 2009 -0400
+++ b/hgext/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".