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

status: comment cleanups

Changeset 116384187155

Parent 65b380a3ec95

by Steve Borho

Changes to one file · Browse files at 116384187155 Showing diff from parent 65b380a3ec95 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​status.py Stacked
 
608
609
610
611
 
612
 
613
614
615
 
619
620
621
622
623
624
625
 
626
627
628
 
608
609
610
 
611
612
613
614
615
616
 
620
621
622
 
623
624
625
626
627
628
629
@@ -608,8 +608,9 @@
  ck = wfile in recheck or (wfile not in old and char in 'MAR')   model.append([ck, char, hglib.toutf(wfile), wfile, mst, False])   - self.auto_check() + self.auto_check() # may check more files   + # recover selections   firstrow = None   for i, row in enumerate(model):   if row[FM_PATH] in reselect: @@ -619,10 +620,10 @@
  selection.select_iter(row.iter)   selection.handler_unblock(self.treeselid)   - # clear buffer after a merge commit   if len(model):   selection.select_path((firstrow or 0,))   else: + # clear diff pane if no files   if self.merging:   self.merge_diff_text.set_buffer(gtk.TextBuffer())   else: