[PATCH] keyword: English improvement in verbose help

Christian Ebert blacktrash at gmx.net
Tue Jun 9 15:54:33 CDT 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1244580824 -7200
# Node ID f3a1f4d6348e31aead0c1778875fff0c648afbcd
# Parent  9c75f16f577c74f2433f63c3bb63458c9b8c7b31
keyword: English improvement in verbose help

diff --git a/hgext/keyword.py b/hgext/keyword.py
--- a/hgext/keyword.py
+++ b/hgext/keyword.py
@@ -370,9 +370,9 @@
 def files(ui, repo, *pats, **opts):
     '''print files currently configured for keyword expansion
 
-    Crosscheck which files in working directory are potential targets
-    for keyword expansion. That is, files matched by [keyword] config
-    patterns but not symlinks.
+    Crosscheck which files in the working directory are potential
+    targets for keyword expansion. That is, files matched by [keyword]
+    config patterns but not symlinks.
     '''
     kwt = kwtools['templater']
     status = _status(ui, repo, kwt, opts.get('untracked'), *pats, **opts)


More information about the Mercurial-devel mailing list