tests/blackbox-readonly-dispatch.py
changeset 43080 86e4daa2d54c
parent 43076 2372284d9457
child 48875 6000f5b25c9b
--- a/tests/blackbox-readonly-dispatch.py	Sun Oct 06 10:10:14 2019 -0400
+++ b/tests/blackbox-readonly-dispatch.py	Sun Oct 06 10:51:16 2019 -0400
@@ -14,10 +14,10 @@
     """
     ui = uimod.ui.load()
     extensions.populateui(ui)
-    ui.status(b"running: %s\n" % cmd)
+    ui.statusnoi18n(b"running: %s\n" % cmd)
     req = dispatch.request(cmd.split(), ui)
     result = dispatch.dispatch(req)
-    ui.status(b"result: %r\n" % result)
+    ui.statusnoi18n(b"result: %r\n" % result)
 
 
 # create file 'foo', add and commit