mq: fix qcommit documentation wrt --mq option stable
authorPatrick Mezard <pmezard@gmail.com>
Tue, 23 Mar 2010 10:18:46 +0100
branchstable
changeset 10755 32023a0a389b
parent 10753 a1cb8ca051c0
child 10759 9f6e30a89f11
mq: fix qcommit documentation wrt --mq option
hgext/mq.py
--- a/hgext/mq.py	Mon Mar 22 15:16:27 2010 +0100
+++ b/hgext/mq.py	Tue Mar 23 10:18:46 2010 +0100
@@ -1931,7 +1931,7 @@
 def commit(ui, repo, *pats, **opts):
     """commit changes in the queue repository (DEPRECATED)
 
-    This command is deprecated; use hg --mq commit instead."""
+    This command is deprecated; use hg commit --mq instead."""
     q = repo.mq
     r = q.qrepo()
     if not r: