Show More
@@ -1701,6 +1701,12 b' class ui(object):' | |||
|
1701 | 1701 | self._writemsg(self._fmsgout, type=b'debug', *msg, **opts) |
|
1702 | 1702 | self.log(b'debug', b'%s', b''.join(msg)) |
|
1703 | 1703 | |
|
1704 | # Aliases to defeat check-code. | |
|
1705 | statusnoi18n = status | |
|
1706 | notenoi18n = note | |
|
1707 | warnnoi18n = warn | |
|
1708 | writenoi18n = write | |
|
1709 | ||
|
1704 | 1710 | def edit( |
|
1705 | 1711 | self, |
|
1706 | 1712 | text, |
General Comments 0
You need to be logged in to leave comments.
Login now