hgext/mq.py
branchstable
changeset 10755 32023a0a389b
parent 10730 4d6bd7b8b6d8
child 10763 68a7b9ed3c71
child 10770 fe39f0160c74
--- 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: