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.
--- 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