mercurial/statichttprepo.py
changeset 23561 3c2419e07df5
parent 23558 3198aac7a95d
child 23877 7cc77030c557
--- a/mercurial/statichttprepo.py	Thu Oct 16 23:27:54 2014 -0700
+++ b/mercurial/statichttprepo.py	Sun Dec 14 19:11:44 2014 -0800
@@ -106,7 +106,7 @@
         self.vfs = self.opener
         self._phasedefaults = []
 
-        self.names = namespaces.namespaces(self)
+        self.names = namespaces.namespaces()
 
         try:
             requirements = scmutil.readrequires(self.opener, self.supported)