diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -1701,6 +1701,12 @@ self._writemsg(self._fmsgout, type=b'debug', *msg, **opts) self.log(b'debug', b'%s', b''.join(msg)) + # Aliases to defeat check-code. + statusnoi18n = status + notenoi18n = note + warnnoi18n = warn + writenoi18n = write + def edit( self, text,