Show More
@@ -1709,10 +1709,10 b' class ui(object):' | |||
|
1709 | 1709 | '''exists only so low-level modules won't need to import scmutil''' |
|
1710 | 1710 | return scmutil.progress(self, topic, unit, total) |
|
1711 | 1711 | |
|
1712 |
def log(self, |
|
|
1712 | def log(self, event, *msg, **opts): | |
|
1713 | 1713 | '''hook for logging facility extensions |
|
1714 | 1714 | |
|
1715 |
|
|
|
1715 | event should be a readily-identifiable subsystem, which will | |
|
1716 | 1716 | allow filtering. |
|
1717 | 1717 | |
|
1718 | 1718 | *msg should be a newline-terminated format string to log, and |
General Comments 0
You need to be logged in to leave comments.
Login now