Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable status: refresh current file when refreshing preview pane

Refs #709. This is a band-aid for the problem, making the most common use cases
work as intended. A complete fix will have to wait for 0.9.1.

Changeset e6bec1d7925b

Parent 63b2842f5b52

by Steve Borho

Changes to one file · Browse files at e6bec1d7925b Showing diff from parent 63b2842f5b52 Diff from another changeset...

 
939
940
941
 
942
943
944
 
939
940
941
942
943
944
945
@@ -939,6 +939,7 @@
  elif pname == 'hunk-selection':   self.update_hunk_model(row, tree)   elif pname == 'commit-preview': + self.update_hunk_model(row, tree)   self.update_commit_preview()     def get_page_name(self, num):