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

mq: remove redundant routine

Changeset 7ac5a55ba6f3

Parent 1a689f2437aa

by Steve Borho

Changes to one file · Browse files at 7ac5a55ba6f3 Showing diff from parent 1a689f2437aa Diff from another changeset...

 
192
193
194
195
196
197
198
199
200
201
202
203
204
 
192
193
194
 
 
 
 
 
 
 
195
196
197
@@ -192,13 +192,6 @@
  self.showMessage.emit(hglib.tounicode(str(e)))   self.refreshing = False   - def details(self): - dlg = OptionsDialog(self) - dlg.setWindowFlags(Qt.Sheet) - dlg.setWindowModality(Qt.WindowModal) - if dlg.exec_() == QDialog.Accepted: - self.opts.update(dlg.outopts) -   # Capture drop events, try to import into current patch queue     def dragEnterEvent(self, event):