Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

commit: remove defunct commented lines

Changeset 75ba951b8a25

Parent 8e158ccfe2d1

by Steve Borho

Changes to one file · Browse files at 75ba951b8a25 Showing diff from parent 8e158ccfe2d1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
146
147
148
149
150
151
152
153
154
 
146
147
148
 
 
 
149
150
151
@@ -146,9 +146,6 @@
  cell = gtk.CellRendererText()   self.msg_cbbox.pack_start(cell, True)   self.msg_cbbox.add_attribute(cell, 'text', 0) - #cell = gtk.CellRendererText() - #self.msg_cbbox.pack_start(cell, True) - #self.msg_cbbox.add_attribute(cell, 'text', 1)   mbox.pack_start(self.msg_cbbox)   vbox.pack_start(mbox, False, False)   self._mru_messages = self.settings.mrul('recent_messages')