Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

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

Changeset 44eaba8fc904

Parent 8f1b91111b43

by Steve Borho

Changes to one file · Browse files at 44eaba8fc904 Showing diff from parent 8f1b91111b43 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 = []