Mercurial > hg
changeset 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 | a1cb8ca051c0 |
children | 9f6e30a89f11 |
files | hgext/mq.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: