diff hgext/mq.py @ 10755:32023a0a389b stable

mq: fix qcommit documentation wrt --mq option
author Patrick Mezard <pmezard@gmail.com>
date Tue, 23 Mar 2010 10:18:46 +0100
parents 4d6bd7b8b6d8
children 68a7b9ed3c71 fe39f0160c74
line wrap: on
line diff
--- 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: