diff -r d966eb464888 -r 62b334b0dfdf hgext/mq.py --- a/hgext/mq.py Tue Oct 26 17:59:21 2010 +0200 +++ b/hgext/mq.py Tue Oct 26 18:01:35 2010 +0200 @@ -692,7 +692,7 @@ n = repo.commit(message, ph.user, ph.date, match=match, force=True) if n is None: - raise util.Abort(_("repo commit failed")) + raise util.Abort(_("repository commit failed")) if update_status: self.applied.append(statusentry(n, patchname))