comparison 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
comparison
equal deleted inserted replaced
11233:5593ff6d1e5a 11234:1ebe048902d9
35 35
36 If set to 'keep', mq will obey the [diff] section configuration while 36 If set to 'keep', mq will obey the [diff] section configuration while
37 preserving existing git patches upon qrefresh. If set to 'yes' or 37 preserving existing git patches upon qrefresh. If set to 'yes' or
38 'no', mq will override the [diff] section and always generate git or 38 'no', mq will override the [diff] section and always generate git or
39 regular patches, possibly losing data in the second case. 39 regular patches, possibly losing data in the second case.
40
41 You will by default be managing a patch queue named "patches". You can
42 create other, independent patch queues with the :hg:`qqueue` command.
40 ''' 43 '''
41 44
42 from mercurial.i18n import _ 45 from mercurial.i18n import _
43 from mercurial.node import bin, hex, short, nullid, nullrev 46 from mercurial.node import bin, hex, short, nullid, nullrev
44 from mercurial.lock import release 47 from mercurial.lock import release