Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.py

changeset 6047
39586a2de99d
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
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

eric ide

mercurial