mercurial/localrepo.py
changeset 23561 3c2419e07df5
parent 23558 3198aac7a95d
child 23630 b9af235810cc
--- a/mercurial/localrepo.py	Thu Oct 16 23:27:54 2014 -0700
+++ b/mercurial/localrepo.py	Sun Dec 14 19:11:44 2014 -0800
@@ -299,7 +299,7 @@
         self.filteredrevcache = {}
 
         # generic mapping between names and nodes
-        self.names = namespaces.namespaces(self)
+        self.names = namespaces.namespaces()
 
     def close(self):
         pass