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

thgmq: clean up codes

Changeset 5ca0db3945c1

Parent 9a12b3c546f8

by Yuki KODAMA

Changes to one file · Browse files at 5ca0db3945c1 Showing diff from parent 9a12b3c546f8 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​thgmq.py Stacked
 
122
123
124
125
126
127
128
 
481
482
483
484
 
485
486
487
 
122
123
124
 
125
126
127
 
480
481
482
 
483
484
485
486
@@ -122,7 +122,6 @@
  menubtn.child.get_children()[0].hide()   gobject.idle_add(after_init)   -   self.pack_start(toolbar, False, False)     mainbox = gtk.VBox() @@ -481,7 +480,7 @@
  cell.set_property('weight', pango.WEIGHT_NORMAL)     def row_sep_func(self, model, iter, data=None): - return model[iter][MQ_INDEX] == INDEX_SEPARATOR; + return model[iter][MQ_INDEX] == INDEX_SEPARATOR     def show_patch_cmenu(self, list, path):   row = self.model[path]