Submitter | phabricator |
---|---|
Date | Oct. 6, 2019, 3:01 p.m. |
Message ID | <ce9b23b458a4f4b153e5837ed1b2d87b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42014/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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,