changeset 18935 | e5d9441ec281 |
parent 18932 | 7b4b9e8ea12e |
child 19011 | 12acbea17625 |
--- a/mercurial/dispatch.py Fri Feb 08 16:27:49 2013 -0600 +++ b/mercurial/dispatch.py Fri Feb 08 16:17:46 2013 -0600 @@ -153,6 +153,7 @@ commands.help_(ui, 'shortlist') except error.InterventionRequired, inst: ui.warn("%s\n" % inst) + return 1 except util.Abort, inst: ui.warn(_("abort: %s\n") % inst) if inst.hint: