comparison tests/test-mq.out @ 10689:3b3bf520b428 stable

mq: don't mention qinit as a "common task" Without -c, it is a no-op (the queue is implicitly initialized by all relevant commands if needed), and queue repositories with -c are an advanced usage of mq, and not otherwise required.
author Cédric Duval <cedricduval@free.fr>
date Sun, 14 Mar 2010 19:17:06 +0100
parents f05e0d54f424
children ea85c01c7835
comparison
equal deleted inserted replaced
10675:3c05ecffe20d 10689:3b3bf520b428
8 Known patches are represented as patch files in the .hg/patches directory. 8 Known patches are represented as patch files in the .hg/patches directory.
9 Applied patches are both patch files and changesets. 9 Applied patches are both patch files and changesets.
10 10
11 Common tasks (use "hg help command" for more details): 11 Common tasks (use "hg help command" for more details):
12 12
13 prepare repository to work with patches qinit
14 create new patch qnew 13 create new patch qnew
15 import existing patch qimport 14 import existing patch qimport
16 15
17 print patch series qseries 16 print patch series qseries
18 print applied patches qapplied 17 print applied patches qapplied