hgext/strip.py
changeset 24364 135b23868f45
parent 23139 e53f6b72a0e4
child 24471 1ff35d76421c
--- a/hgext/strip.py	Tue Mar 17 22:21:09 2015 -0400
+++ b/hgext/strip.py	Tue Mar 17 22:47:08 2015 +0900
@@ -81,7 +81,8 @@
           ('', 'no-backup', None, _('no backups')),
           ('', 'nobackup', None, _('no backups (DEPRECATED)')),
           ('n', '', None, _('ignored  (DEPRECATED)')),
-          ('k', 'keep', None, _("do not modify working copy during strip")),
+          ('k', 'keep', None, _("do not modify working directory during "
+                                "strip")),
           ('B', 'bookmark', '', _("remove revs only reachable from given"
                                   " bookmark"))],
           _('hg strip [-k] [-f] [-n] [-B bookmark] [-r] REV...'))