mercurial/interfaces/dirstate.py
changeset 50208 3f3fca243dca
parent 50086 76d44983a398
child 50256 a6e0b7d4ae9d
equal deleted inserted replaced
50207:f35cf52acabd 50208:3f3fca243dca
   164         pass
   164         pass
   165 
   165 
   166     def rebuild(parent, allfiles, changedfiles=None):
   166     def rebuild(parent, allfiles, changedfiles=None):
   167         pass
   167         pass
   168 
   168 
   169     def identity():
       
   170         """Return identity of dirstate itself to detect changing in storage
       
   171 
       
   172         If identity of previous dirstate is equal to this, writing
       
   173         changes based on the former dirstate out can keep consistency.
       
   174         """
       
   175 
       
   176     def write(tr):
   169     def write(tr):
   177         pass
   170         pass
   178 
   171 
   179     def addparentchangecallback(category, callback):
   172     def addparentchangecallback(category, callback):
   180         """add a callback to be called when the wd parents are changed
   173         """add a callback to be called when the wd parents are changed