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

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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