6046:a291657f7bbd | 6047:39586a2de99d |
---|---|
15 from .Ui_HgStripDialog import Ui_HgStripDialog | 15 from .Ui_HgStripDialog import Ui_HgStripDialog |
16 | 16 |
17 | 17 |
18 class HgStripDialog(QDialog, Ui_HgStripDialog): | 18 class HgStripDialog(QDialog, Ui_HgStripDialog): |
19 """ | 19 """ |
20 Class documentation goes here. | 20 Class implementing a dialog to enter the data to strip changesets. |
21 """ | 21 """ |
22 def __init__(self, tagsList, branchesList, bookmarksList=None, rev="", | 22 def __init__(self, tagsList, branchesList, bookmarksList=None, rev="", |
23 parent=None): | 23 parent=None): |
24 """ | 24 """ |
25 Constructor | 25 Constructor |