comparison hgext/mq.py @ 16040:c0b2986b37b8 stable

mq: fix secret description in help
author Matt Mackall <mpm@selenic.com>
date Mon, 30 Jan 2012 16:04:14 -0600
parents ee1c8385e5b0
children 74d00b5d00cc
comparison
equal deleted inserted replaced
16039:093b75c7b44b 16040:c0b2986b37b8
36 If set to 'keep', mq will obey the [diff] section configuration while 36 If set to 'keep', mq will obey the [diff] section configuration while
37 preserving existing git patches upon qrefresh. If set to 'yes' or 37 preserving existing git patches upon qrefresh. If set to 'yes' or
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]
45 secret = True 45 secret = True
46 46