Show More
@@ -737,7 +737,7 b' def _dispatch(req):' | |||
|
737 | 737 | ui.warn(_("warning: --repository ignored\n")) |
|
738 | 738 | |
|
739 | 739 | msg = ' '.join(' ' in a and repr(a) or a for a in fullargs) |
|
740 |
ui.log("command", msg |
|
|
740 | ui.log("command", '%s\n', msg) | |
|
741 | 741 | d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) |
|
742 | 742 | starttime = time.time() |
|
743 | 743 | ret = None |
General Comments 0
You need to be logged in to leave comments.
Login now