##// END OF EJS Templates
logtoprocess: do not leak the ui object in uisetup...
Jun Wu -
r29463:4cf0542d default
parent child Browse files
Show More
@@ -92,7 +92,7 b' def uisetup(ui):'
92 Arguments are passed on as environment variables.
92 Arguments are passed on as environment variables.
93
93
94 """
94 """
95 script = ui.config('logtoprocess', event)
95 script = self.config('logtoprocess', event)
96 if script:
96 if script:
97 if msg:
97 if msg:
98 # try to format the log message given the remaining
98 # try to format the log message given the remaining
General Comments 0
You need to be logged in to leave comments. Login now