Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable mq: refresh context given to fileview each time repository changes

Changeset 378fcd76105c

Parent 257376fca2a2

by Steve Borho

Changes to one file · Browse files at 378fcd76105c Showing diff from parent 257376fca2a2 Diff from another changeset...

 
222
223
224
 
225
226
227
 
222
223
224
225
226
227
228
@@ -222,6 +222,7 @@
  @pyqtSlot()   def onRepositoryChanged(self):   'Repository is reporting its changelog has changed' + self.fileview.setContext(self.repo[None])   self.reload()     @pyqtSlot(int)