##// END OF EJS Templates
mq: expand 'repo' -> 'repository' in error message
Martin Geisler -
r12850:62b334b0 stable
parent child Browse files
Show More
@@ -692,7 +692,7 b' class queue(object):'
692 n = repo.commit(message, ph.user, ph.date, match=match, force=True)
692 n = repo.commit(message, ph.user, ph.date, match=match, force=True)
693
693
694 if n is None:
694 if n is None:
695 raise util.Abort(_("repo commit failed"))
695 raise util.Abort(_("repository commit failed"))
696
696
697 if update_status:
697 if update_status:
698 self.applied.append(statusentry(n, patchname))
698 self.applied.append(statusentry(n, patchname))
General Comments 0
You need to be logged in to leave comments. Login now