[PATCH 1 of 2 STABLE] mq: don't mention qinit as a "common task"

Cédric Duval cedricduval at free.fr
Sun Mar 14 13:35:05 CDT 2010


# HG changeset patch
# User Cédric Duval <cedricduval at free.fr>
# Date 1268590626 -3600
# Node ID 5a3b608bcd3e8302312fb884e87496320a9ad938
# Parent  70dcaf340ab51b5cdc4ed4db94f143d78e9e4fe0
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.

diff --git a/hgext/mq.py b/hgext/mq.py
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -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
 


More information about the Mercurial-devel mailing list