Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py

changeset 181
4af57f97c1bc
parent 178
dd9f0bca5e2f
child 203
0bd3912f3c5f
equal deleted inserted replaced
180:40ac468c2558 181:4af57f97c1bc
29 def __init__(self, vcs, mode = "log", parent = None): 29 def __init__(self, vcs, mode = "log", parent = None):
30 """ 30 """
31 Constructor 31 Constructor
32 32
33 @param vcs reference to the vcs object 33 @param vcs reference to the vcs object
34 @param mode mode of the dialog (string, one of log, incoming, outgoing) 34 @param mode mode of the dialog (string; one of log, incoming, outgoing)
35 @param parent parent widget (QWidget) 35 @param parent parent widget (QWidget)
36 """ 36 """
37 QWidget.__init__(self, parent) 37 QWidget.__init__(self, parent)
38 self.setupUi(self) 38 self.setupUi(self)
39 39

eric ide

mercurial