eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities

Module implementing some common utility functions for the Mercurial package.

Global Attributes

None

Classes

None

Functions

getConfigPath Public method to get the filename of the config file.
prepareProcess Public method to prepare the given process.


getConfigPath

getConfigPath()

Public method to get the filename of the config file.

Returns:
filename of the config file (string)
Up


prepareProcess

prepareProcess(proc, encoding="", language="")

Public method to prepare the given process.

proc
reference to the proces to be prepared (QProcess)
encoding
encoding to be used by the process (string)
language
language to be set (string)
Up