Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

clone: remove unneeded comment

Changeset cc943ce2c33d

Parent 63f105615e5f

by Yuki KODAMA

Changes to one file · Browse files at cc943ce2c33d Showing diff from parent 63f105615e5f Diff from another changeset...

 
71
72
73
74
75
76
77
 
71
72
73
 
74
75
76
@@ -71,7 +71,6 @@
  expander.expanded.connect(self.show_options)   grid.addWidget(expander, 2, 0, Qt.AlignLeft | Qt.AlignTop)   - ### options   optbox = QVBoxLayout()   optbox.setSpacing(6)   grid.addLayout(optbox, 2, 1, 1, 2)