branch | stable |
changeset 11439 | 778377be3662 |
parent 11438 | 88fc876a4833 |
child 11462 | 1b82a26635d7 |
--- a/hgext/mq.py Tue Jun 22 09:49:51 2010 +0200 +++ b/hgext/mq.py Tue Jun 22 21:36:09 2010 +0200 @@ -1017,7 +1017,7 @@ _("cannot push to a previous patch: %s") % patch) self.ui.warn( _('qpush: %s is already at the top\n') % patch) - return + return 0 pushable, reason = self.pushable(patch) if not pushable: if reason: