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