eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor

Module implementing the main script for histedit.

Depending on the file name given by the Mercurial histedit command one of two possible dialogs will be shown.

Global Attributes

args

Classes

None

Functions

createArgparseNamespace Function to create an argument parser.
createMainWidget Function to create the main widget.
main Main entry point into the application.


createArgparseNamespace

createArgparseNamespace()

Function to create an argument parser.

Return:
created argument parser object
Return Type:
argparse.ArgumentParser
Up


createMainWidget

createMainWidget(args)

Function to create the main widget.

args (argparse.Namespace)
namespace object containing the parsed command line parameters
Return:
reference to the main widget
Return Type:
QWidget
Up


main

main()

Main entry point into the application.

Up