blackbox: fix a case of name capture
authorBryan O'Sullivan <bryano@fb.com>
Thu, 18 Apr 2013 12:55:58 -0700
changeset 19052 63a783d1ac85
parent 19051 55c6ab8163ec
child 19053 f74f2a4e3327
blackbox: fix a case of name capture
hgext/blackbox.py
--- a/hgext/blackbox.py	Fri Apr 19 01:34:21 2013 +0900
+++ b/hgext/blackbox.py	Thu Apr 18 12:55:58 2013 -0700
@@ -36,7 +36,7 @@
     class blackboxui(ui.__class__):
         @util.propertycache
         def track(self):
-            return ui.configlist('blackbox', 'track', ['*'])
+            return self.configlist('blackbox', 'track', ['*'])
 
         def log(self, event, *msg, **opts):
             global lastblackbox