changeset 43079 | 5209fc94b982 |
parent 43077 | 687b865b95ad |
child 43085 | eef9a2d67051 |
--- a/mercurial/ui.py Sat May 04 11:25:40 2019 -0400 +++ b/mercurial/ui.py Sun Oct 06 10:10:14 2019 -0400 @@ -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,