mq: don't mention qinit as a "common task" stable
authorCédric Duval <cedricduval@free.fr>
Sun, 14 Mar 2010 19:17:06 +0100
branchstable
changeset 10689 3b3bf520b428
parent 10675 3c05ecffe20d
child 10690 ea85c01c7835
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.
hgext/mq.py
tests/test-mq.out
--- a/hgext/mq.py	Thu Mar 11 00:28:31 2010 +0900
+++ b/hgext/mq.py	Sun Mar 14 19:17:06 2010 +0100
@@ -16,7 +16,6 @@
 
 Common tasks (use "hg help command" for more details)::
 
-  prepare repository to work with patches   qinit
   create new patch                          qnew
   import existing patch                     qimport
 
--- a/tests/test-mq.out	Thu Mar 11 00:28:31 2010 +0900
+++ b/tests/test-mq.out	Sun Mar 14 19:17:06 2010 +0100
@@ -10,7 +10,6 @@
 
 Common tasks (use "hg help command" for more details):
 
-  prepare repository to work with patches   qinit
   create new patch                          qnew
   import existing patch                     qimport