# HG changeset patch # User Cédric Duval # Date 1268590626 -3600 # Node ID 3b3bf520b4288e6f30d26c8eeab64a14915814dc # Parent 3c05ecffe20d6db2e7845558f04c332e67717a2b 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 -r 3c05ecffe20d -r 3b3bf520b428 hgext/mq.py --- 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 diff -r 3c05ecffe20d -r 3b3bf520b428 tests/test-mq.out --- 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