Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

mq: remove flags keyword argument from QInputDialog.getText (closes #252)

Changeset e617ed8ab664

Parent 223a7d029a97

by Steve Borho

Changes to one file · Browse files at e617ed8ab664 Showing diff from parent 223a7d029a97 Diff from another changeset...

 
354
355
356
357
 
358
359
360
 
354
355
356
 
357
358
359
360
@@ -354,7 +354,7 @@
  new, ok = QInputDialog.getText(self,   _('Configure guards'),   _('Input new guards for %s:') % hglib.tounicode(patch), - text=uguards, flags=Qt.Sheet) + text=uguards)   if not ok or new == uguards:   return   guards = []