diff hgext/mq.py @ 12850:62b334b0dfdf stable

mq: expand 'repo' -> 'repository' in error message
author Martin Geisler <mg@lazybytes.net>
date Tue, 26 Oct 2010 18:01:35 +0200
parents d966eb464888
children b59b5193d4d0
line wrap: on
line diff
--- 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))