changeset 11234:1ebe048902d9

mq: mention qqueue in module docstring
author Martin Geisler <mg@lazybytes.net>
date Sun, 30 May 2010 23:24:10 +0200
parents 5593ff6d1e5a
children a5922547b5cc
files hgext/mq.py tests/test-mq.out
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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