##// END OF EJS Templates
mq: fix secret description in help
Matt Mackall -
r16040:c0b2986b stable
parent child Browse files
Show More
@@ -38,7 +38,7 b' preserving existing git patches upon qre'
38 'no', mq will override the [diff] section and always generate git or
38 'no', mq will override the [diff] section and always generate git or
39 regular patches, possibly losing data in the second case.
39 regular patches, possibly losing data in the second case.
40
40
41 It may be desirable for mq changesets in the secret phase (see
41 It may be desirable for mq changesets to be kept in the secret phase (see
42 :hg:`help phases`), which can be enabled with the following setting::
42 :hg:`help phases`), which can be enabled with the following setting::
43
43
44 [mq]
44 [mq]
@@ -50,8 +50,8 b' help'
50 will override the [diff] section and always generate git or regular patches,
50 will override the [diff] section and always generate git or regular patches,
51 possibly losing data in the second case.
51 possibly losing data in the second case.
52
52
53 It may be desirable for mq changesets in the secret phase (see "hg help
53 It may be desirable for mq changesets to be kept in the secret phase (see "hg
54 phases"), which can be enabled with the following setting:
54 help phases"), which can be enabled with the following setting:
55
55
56 [mq]
56 [mq]
57 secret = True
57 secret = True
General Comments 0
You need to be logged in to leave comments. Login now