D3967: dispatch: making all hg abortions be output with a specific label

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Jul 20 02:46:29 EDT 2018


martinvonz added inline comments.

INLINE COMMENTS

> commandserver.py:356
>          except error.Abort as inst:
> -            ui.warn(_('abort: %s\n') % inst)
> +            ui.warn(_('abort: %s\n') % inst, label='ui.abort')
>          except IOError as inst:

What do you think about introducing a ui.error() instead?

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3967

To: rdamazio, #hg-reviewers
Cc: martinvonz, mercurial-devel


More information about the Mercurial-devel mailing list