17 |
17 |
18 class HgGpgSignDialog(QDialog, Ui_HgGpgSignDialog): |
18 class HgGpgSignDialog(QDialog, Ui_HgGpgSignDialog): |
19 """ |
19 """ |
20 Class implementing a dialog to enter data for signing a revision. |
20 Class implementing a dialog to enter data for signing a revision. |
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) |