##// END OF EJS Templates
mq: mention qqueue in module docstring
Martin Geisler -
r11234:1ebe0489 default
parent child Browse files
Show More
@@ -37,6 +37,9 b" If set to 'keep', mq will obey the [diff"
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 _
@@ -32,6 +32,9 b' preserving existing git patches upon qre'
32 will override the [diff] section and always generate git or regular patches,
32 will override the [diff] section and always generate git or regular patches,
33 possibly losing data in the second case.
33 possibly losing data in the second case.
34
34
35 You will by default be managing a patch queue named "patches". You can create
36 other, independent patch queues with the "hg qqueue" command.
37
35 list of commands:
38 list of commands:
36
39
37 qapplied print the patches already applied
40 qapplied print the patches already applied
General Comments 0
You need to be logged in to leave comments. Login now