changeset 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 3c05ecffe20d
children ea85c01c7835
files hgext/mq.py tests/test-mq.out
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
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
 
--- 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