# HG changeset patch # User Patrick Mezard # Date 2010-03-23 09:18:46 # Node ID 32023a0a389b19da430281d6d9c3a370a5d2ebda # Parent a1cb8ca051c01612ea0e6161b4d4419f6954e251 mq: fix qcommit documentation wrt --mq option diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1931,7 +1931,7 @@ def clone(ui, source, dest=None, **opts) 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: