mercurial/localrepo.py
changeset 50187 f18e4608bb61
parent 50186 8bc14ac53a41
child 50188 39256bee2ed9
equal deleted inserted replaced
50186:8bc14ac53a41 50187:f18e4608bb61
  1468         self._dirstate = None
  1468         self._dirstate = None
  1469         # post-dirstate-status hooks
  1469         # post-dirstate-status hooks
  1470         self._postdsstatus = []
  1470         self._postdsstatus = []
  1471 
  1471 
  1472         self._pending_narrow_pats = None
  1472         self._pending_narrow_pats = None
       
  1473         self._pending_narrow_pats_dirstate = None
  1473 
  1474 
  1474         # generic mapping between names and nodes
  1475         # generic mapping between names and nodes
  1475         self.names = namespaces.namespaces()
  1476         self.names = namespaces.namespaces()
  1476 
  1477 
  1477         # Key to signature value.
  1478         # Key to signature value.