# HG changeset patch # User Matt Mackall # Date 2012-01-30 22:04:14 # Node ID c0b2986b37b8b56991febe6e1fadf6c45d1ac0c1 # Parent 093b75c7b44bf02611691e3bb27f135b71eb33ee mq: fix secret description in help diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -38,7 +38,7 @@ preserving existing git patches upon qre '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] diff --git a/tests/test-mq.t b/tests/test-mq.t --- a/tests/test-mq.t +++ b/tests/test-mq.t @@ -50,8 +50,8 @@ help 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