eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage

Module implementing the Mercurial configuration page.

Global Attributes

None

Classes

MercurialPage Class implementing the Mercurial configuration page.

Functions

None


MercurialPage

Class implementing the Mercurial configuration page.

Derived from

ConfigurationPageBase, Ui_MercurialPage

Class Attributes

None

Methods

MercurialPage Constructor
on_configButton_clicked Private slot to edit the (per user) Mercurial config file.
save Public slot to save the Mercurial configuration.

MercurialPage (Constructor)

MercurialPage(plugin)

Constructor

plugin
reference to the plugin object

MercurialPage.on_configButton_clicked

on_configButton_clicked()

Private slot to edit the (per user) Mercurial config file.

MercurialPage.save

save()

Public slot to save the Mercurial configuration.

Up