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(parent=None)
        Constructor
- parent
- 
reference to the parent widget (QWidget)
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)