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

status: remove obsolete code

Changeset b6e6b0606214

Parent 1d7e12c7b03e

by Steve Borho

Changes to one file · Browse files at b6e6b0606214 Showing diff from parent 1d7e12c7b03e Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​status.py Stacked
 
369
370
371
372
373
374
375
 
382
383
384
385
386
387
388
389
390
391
392
393
394
395
 
369
370
371
 
372
373
374
 
381
382
383
 
 
 
 
 
 
 
 
384
385
386
@@ -369,7 +369,6 @@
    # differentiate rejected hunks   self.rejfont = self.difffont.copy() - #self.rejfont.set_style(pango.STYLE_ITALIC)   self.rejfont.set_weight(pango.WEIGHT_LIGHT)   diffcol.add_attribute(cell, 'font-desc', DM_FONT)   cell.set_property('background', '#EEEEEE') @@ -382,14 +381,6 @@
  self.filetree.get_selection().connect('changed',   self._tree_selection_changed, False)   scroller.add(self.diff_tree) - - #vbox = gtk.VBox() - #self.selectlabel = gtk.Label() - #hbox = gtk.HBox() - #hbox.pack_start(self.selectlabel, False, False, 2) - #vbox.pack_start(hbox, False, False, 2) - #vbox.pack_start(scroller, True, True, 2) - #diff_frame.add(vbox)   diff_frame.add(scroller)     if self.diffbottom: