mq: fix secret description in help stable
authorMatt Mackall <mpm@selenic.com>
Mon, 30 Jan 2012 16:04:14 -0600
branchstable
changeset 16040 c0b2986b37b8
parent 16039 093b75c7b44b
child 16041 6a959318c58e
child 16044 3d07ce7aae55
mq: fix secret description in help
hgext/mq.py
tests/test-mq.t
--- a/hgext/mq.py	Mon Jan 30 16:01:54 2012 -0600
+++ b/hgext/mq.py	Mon Jan 30 16:04:14 2012 -0600
@@ -38,7 +38,7 @@
 'no', mq will override the [diff] section and always generate git or
 regular patches, possibly losing data in the second case.
 
-It may be desirable for mq changesets in the secret phase (see
+It may be desirable for mq changesets to be kept in the secret phase (see
 :hg:`help phases`), which can be enabled with the following setting::
 
   [mq]
--- a/tests/test-mq.t	Mon Jan 30 16:01:54 2012 -0600
+++ b/tests/test-mq.t	Mon Jan 30 16:04:14 2012 -0600
@@ -50,8 +50,8 @@
   will override the [diff] section and always generate git or regular patches,
   possibly losing data in the second case.
   
-  It may be desirable for mq changesets in the secret phase (see "hg help
-  phases"), which can be enabled with the following setting:
+  It may be desirable for mq changesets to be kept in the secret phase (see "hg
+  help phases"), which can be enabled with the following setting:
   
     [mq]
     secret = True