author | Martin Geisler <mg@lazybytes.net> |
Tue, 26 Oct 2010 18:01:35 +0200 | |
branch | stable |
changeset 12850 | 62b334b0dfdf |
parent 12849 | d966eb464888 |
child 12851 | 765c98f068d3 |
hgext/mq.py | file | annotate | diff | comparison | revisions |
--- 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))