Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 11234:1ebe048902d9
mq: mention qqueue in module docstring
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 30 May 2010 23:24:10 +0200 |
parents | 5116a077c3da |
children | 457813cb3024 |
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 _