mercurial/dirstate.py
changeset 26781 1aee2ab0f902
parent 26749 4a82cb5c1dc8
child 26782 cbd04ce641b9
equal deleted inserted replaced
26780:bbf544b5f2e9 26781:1aee2ab0f902
    78         self._filecache = {}
    78         self._filecache = {}
    79         self._parentwriters = 0
    79         self._parentwriters = 0
    80         self._filename = 'dirstate'
    80         self._filename = 'dirstate'
    81         self._pendingfilename = '%s.pending' % self._filename
    81         self._pendingfilename = '%s.pending' % self._filename
    82 
    82 
    83         # for consitent view between _pl() and _read() invocations
    83         # for consistent view between _pl() and _read() invocations
    84         self._pendingmode = None
    84         self._pendingmode = None
    85 
    85 
    86     def beginparentchange(self):
    86     def beginparentchange(self):
    87         '''Marks the beginning of a set of changes that involve changing
    87         '''Marks the beginning of a set of changes that involve changing
    88         the dirstate parents. If there is an exception during this time,
    88         the dirstate parents. If there is an exception during this time,