26 @type list of str |
26 @type list of str |
27 @param branchesList list of branches |
27 @param branchesList list of branches |
28 @type list of str |
28 @type list of str |
29 @param bookmarksList list of bookmarks |
29 @param bookmarksList list of bookmarks |
30 @type list of str |
30 @type list of str |
31 @keyparam rev revision to strip from |
31 @param rev revision to strip from |
32 @type str |
32 @type str |
33 @param parent reference to the parent widget |
33 @param parent reference to the parent widget |
34 @type QWidget |
34 @type QWidget |
35 """ |
35 """ |
36 super(HgHisteditConfigDialog, self).__init__(parent) |
36 super(HgHisteditConfigDialog, self).__init__(parent) |