15 |
15 |
16 class HgMergeDialog(QDialog, Ui_HgMergeDialog): |
16 class HgMergeDialog(QDialog, Ui_HgMergeDialog): |
17 """ |
17 """ |
18 Class implementing a dialog to enter the data for a merge operation. |
18 Class implementing a dialog to enter the data for a merge operation. |
19 """ |
19 """ |
20 def __init__(self, force, tagsList, branchesList, bookmarksList=None, parent=None): |
20 def __init__(self, force, tagsList, branchesList, bookmarksList=None, |
|
21 parent=None): |
21 """ |
22 """ |
22 Constructor |
23 Constructor |
23 |
24 |
24 @param force flag indicating a forced merge (boolean) |
25 @param force flag indicating a forced merge (boolean) |
25 @param tagsList list of tags (list of strings) |
26 @param tagsList list of tags (list of strings) |