diff hgext/mq.py @ 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 ff2704a8ded3
children ea85c01c7835
line wrap: on
line diff
--- 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