hgext/git/dirstate.py
changeset 49960 7a8bfc05b691
parent 49959 c166b212bdee
child 50022 e333cc169c45
equal deleted inserted replaced
49959:c166b212bdee 49960:7a8bfc05b691
   382     def update_file(self, *args, **kwargs):
   382     def update_file(self, *args, **kwargs):
   383         # TODO
   383         # TODO
   384         pass
   384         pass
   385 
   385 
   386     @contextlib.contextmanager
   386     @contextlib.contextmanager
   387     def parentchange(self, repo):
   387     def changing_parents(self, repo):
   388         # TODO: track this maybe?
   388         # TODO: track this maybe?
   389         yield
   389         yield
   390 
   390 
   391     def addparentchangecallback(self, category, callback):
   391     def addparentchangecallback(self, category, callback):
   392         # TODO: should this be added to the dirstate interface?
   392         # TODO: should this be added to the dirstate interface?