mercurial/localrepo.py
changeset 23561 3c2419e07df5
parent 23558 3198aac7a95d
child 23630 b9af235810cc
equal deleted inserted replaced
23560:aead63705504 23561:3c2419e07df5
   297         # - working directory parent change,
   297         # - working directory parent change,
   298         # - bookmark changes
   298         # - bookmark changes
   299         self.filteredrevcache = {}
   299         self.filteredrevcache = {}
   300 
   300 
   301         # generic mapping between names and nodes
   301         # generic mapping between names and nodes
   302         self.names = namespaces.namespaces(self)
   302         self.names = namespaces.namespaces()
   303 
   303 
   304     def close(self):
   304     def close(self):
   305         pass
   305         pass
   306 
   306 
   307     def _restrictcapabilities(self, caps):
   307     def _restrictcapabilities(self, caps):