--- 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 _
--- 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