eric6/Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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(HgStripDialog, self).__init__(parent) 36 super(HgStripDialog, self).__init__(parent)

eric ide

mercurial