--- a/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py Thu Apr 03 23:05:31 2014 +0200 @@ -18,7 +18,7 @@ def getConfigPath(): """ - Public method to get the filename of the config file. + Public function to get the filename of the config file. @return filename of the config file (string) """ @@ -32,7 +32,7 @@ def prepareProcess(proc, encoding="", language=""): """ - Public method to prepare the given process. + Public function to prepare the given process. @param proc reference to the proces to be prepared (QProcess) @param encoding encoding to be used by the process (string)