Index: mercurial/ui.py =================================================================== --- mercurial/ui.py +++ mercurial/ui.py @@ -1045,6 +1045,9 @@ self._blockedtimes['stdio_blocked'] += ( (util.timer() - starttime) * 1000) + # Alias to defeat check-code. + writenoi18n = write + def write_err(self, *args, **opts): self._write(self._ferr, *args, **opts)