Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

status: safety check before scrolling to row 0

Changeset ededb499a062

Parent d62a691052ae

by Steve Borho

Changes to one file · Browse files at ededb499a062 Showing diff from parent d62a691052ae Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
904
905
906
907
 
 
908
909
910
 
904
905
906
 
907
908
909
910
911
@@ -904,7 +904,8 @@
  self.filerowstart = {}   self.diffmodel.clear()   self.append_diff_hunks(wfile) - tree.scroll_to_cell(0, use_align=True, row_align=0.0) + if len(self.diffmodel): + tree.scroll_to_cell(0, use_align=True, row_align=0.0)     def read_file_chunks(self, wfile):   'Get diffs of working file, parse into (c)hunks'