Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2677
3d4277929fb3
parent 3008
7848489bcb92
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
17 17
18 class HgRevisionsSelectionDialog(QDialog, Ui_HgRevisionsSelectionDialog): 18 class HgRevisionsSelectionDialog(QDialog, Ui_HgRevisionsSelectionDialog):
19 """ 19 """
20 Class implementing a dialog to enter the revisions for the hg diff command. 20 Class implementing a dialog to enter the revisions for the hg diff command.
21 """ 21 """
22 def __init__(self, tagsList, branchesList, bookmarksList=None, parent=None): 22 def __init__(self, tagsList, branchesList, bookmarksList=None,
23 parent=None):
23 """ 24 """
24 Constructor 25 Constructor
25 26
26 @param tagsList list of tags (list of strings) 27 @param tagsList list of tags (list of strings)
27 @param branchesList list of branches (list of strings) 28 @param branchesList list of branches (list of strings)

eric ide

mercurial