eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog
Module implementing a dialog to enter data to be used for a fetch operation.
Global Attributes
Classes
HgFetchDialog |
Class implementing a dialog to enter data to be used for a fetch operation. |
Functions
HgFetchDialog
Class implementing a dialog to enter data to be used for a fetch operation.
Derived from
QDialog, Ui_HgFetchDialog
Class Attributes
Class Methods
Methods
Static Methods
HgFetchDialog (Constructor)
HgFetchDialog(vcs, parent=None)
Constructor
- vcs (Hg)
-
reference to the Mercurial vcs object
- parent (QWidget)
-
reference to the parent widget
HgFetchDialog.getData
getData()
Public method to get the data for the fetch operation.
- Returns:
-
tuple with the commit message and a flag indicating to switch
the merge order (string, boolean)
HgFetchDialog.on_recentComboBox_activated
on_recentComboBox_activated(txt)
Private slot to select a commit message from recent ones.
- txt
-
text of the selected entry (string)