Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgmq: use hglib.invalidaterepo()

It needs to invalidate both repo and mq repo.

Changeset bb30b446a8e8

Parent 29fb5c1b2416

by Yuki KODAMA

Changes to one file · Browse files at bb30b446a8e8 Showing diff from parent 29fb5c1b2416 Diff from another changeset...

 
744
745
746
747
 
748
749
750
 
744
745
746
 
747
748
749
750
@@ -744,7 +744,7 @@
  self.cmd.set_result(_('Canceled'), style='error')   else:   self.cmd.set_result(_('Failed'), style='error') - self.repo.mq.invalidate() + hglib.invalidaterepo(self.repo)   self.refresh()   if not noemit:   self.emit('repo-invalidated')