eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog
Module implementing a dialog to show repository related information for a
file/directory.
Global Attributes
Classes
SvnInfoDialog |
Class implementing a dialog to show repository related information for a file/directory. |
Functions
SvnInfoDialog
Class implementing a dialog to show repository related information
for a file/directory.
Derived from
QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnInfoDialog (Constructor)
SvnInfoDialog(vcs, parent=None)
Constructor
- vcs (Subversion)
-
reference to the vcs object
- parent (QWidget)
-
parent widget
SvnInfoDialog.__showError
__showError(msg)
Private slot to show an error message.
- msg (str)
-
error message to show
SvnInfoDialog.start
start(projectPath, fn)
Public slot to start the svn info command.
- projectPath (str)
-
path name of the project
- fn (str)
-
file or directory name relative to the project