Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.py

changeset 3008
7848489bcb92
parent 2632
94121e2f55b9
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3007:bad2e89047e7 3008:7848489bcb92
15 15
16 class HgRevisionsSelectionDialog(QDialog, Ui_HgRevisionsSelectionDialog): 16 class HgRevisionsSelectionDialog(QDialog, Ui_HgRevisionsSelectionDialog):
17 """ 17 """
18 Class implementing a dialog to enter the revisions for the hg diff command. 18 Class implementing a dialog to enter the revisions for the hg diff command.
19 """ 19 """
20 def __init__(self, tagsList, branchesList, bookmarksList=None, parent=None): 20 def __init__(self, tagsList, branchesList, bookmarksList=None,
21 parent=None):
21 """ 22 """
22 Constructor 23 Constructor
23 24
24 @param tagsList list of tags (list of strings) 25 @param tagsList list of tags (list of strings)
25 @param branchesList list of branches (list of strings) 26 @param branchesList list of branches (list of strings)

eric ide

mercurial