hgext/mq.py
changeset 11234 1ebe048902d9
parent 11230 5116a077c3da
child 11270 457813cb3024
--- 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 _