comparison tests/test-mq.out @ 11234:1ebe048902d9

mq: mention qqueue in module docstring
author Martin Geisler <mg@lazybytes.net>
date Sun, 30 May 2010 23:24:10 +0200
parents 1e701ffd9df4
children d8d0fc3988ca
comparison
equal deleted inserted replaced
11233:5593ff6d1e5a 11234:1ebe048902d9
29 29
30 If set to 'keep', mq will obey the [diff] section configuration while 30 If set to 'keep', mq will obey the [diff] section configuration while
31 preserving existing git patches upon qrefresh. If set to 'yes' or 'no', mq 31 preserving existing git patches upon qrefresh. If set to 'yes' or 'no', mq
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
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.
34 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
38 qclone clone main and patch repository at same time 41 qclone clone main and patch repository at same time