# HG changeset patch # User Martin Geisler # Date 1275254650 -7200 # Node ID 1ebe048902d9425722b9f1ef23eaa1516cc9dbfd # Parent 5593ff6d1e5a6ac59544fb1052977c881da93363 mq: mention qqueue in module docstring diff -r 5593ff6d1e5a -r 1ebe048902d9 hgext/mq.py --- a/hgext/mq.py Fri May 28 17:28:34 2010 +0200 +++ b/hgext/mq.py Sun May 30 23:24:10 2010 +0200 @@ -37,6 +37,9 @@ preserving existing git patches upon qrefresh. If set to 'yes' or 'no', mq will override the [diff] section and always generate git or regular patches, possibly losing data in the second case. + +You will by default be managing a patch queue named "patches". You can +create other, independent patch queues with the :hg:`qqueue` command. ''' from mercurial.i18n import _ diff -r 5593ff6d1e5a -r 1ebe048902d9 tests/test-mq.out --- a/tests/test-mq.out Fri May 28 17:28:34 2010 +0200 +++ b/tests/test-mq.out Sun May 30 23:24:10 2010 +0200 @@ -32,6 +32,9 @@ will override the [diff] section and always generate git or regular patches, possibly losing data in the second case. +You will by default be managing a patch queue named "patches". You can create +other, independent patch queues with the "hg qqueue" command. + list of commands: qapplied print the patches already applied