17 from E5Gui.E5PathPicker import E5PathPickerModes |
17 from E5Gui.E5PathPicker import E5PathPickerModes |
18 |
18 |
19 from .Ui_HgExportDialog import Ui_HgExportDialog |
19 from .Ui_HgExportDialog import Ui_HgExportDialog |
20 |
20 |
21 |
21 |
|
22 # TODO: Mercurial 4.7: add support for --bookmark flag |
22 class HgExportDialog(QDialog, Ui_HgExportDialog): |
23 class HgExportDialog(QDialog, Ui_HgExportDialog): |
23 """ |
24 """ |
24 Class implementing a dialog to enter data for the Mercurial export command. |
25 Class implementing a dialog to enter data for the Mercurial export command. |
25 """ |
26 """ |
26 def __init__(self, parent=None): |
27 def __init__(self, parent=None): |