eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog
Module implementing a dialog to enter the data for applying a bundle.
Global Attributes
Classes
Functions
GitApplyBundleDataDialog
Class implementing a dialog to enter the data for applying a bundle.
Derived from
QDialog, Ui_GitApplyBundleDataDialog
Class Attributes
Class Methods
Methods
Static Methods
GitApplyBundleDataDialog (Constructor)
GitApplyBundleDataDialog(bundleHeads, branches, parent=None)
Constructor
- bundleHeads
-
list of heads contained in a bundle
(list of strings)
- branches
-
list of available branch names (list of strings)
- parent
-
reference to the parent widget (QWidget)
GitApplyBundleDataDialog.getData
getData()
Public method to get the entered data.
- Returns:
-
tuple with the bundle head (string) and the local branch
name (string)