diff -r 66d7cb3873c1 -r 858abfcbaf28 Plugins/PluginVcsMercurial.py --- a/Plugins/PluginVcsMercurial.py Sat Feb 25 19:36:06 2017 +0100 +++ b/Plugins/PluginVcsMercurial.py Sat Feb 25 19:41:10 2017 +0100 @@ -260,7 +260,7 @@ @classmethod def getPreferences(cls, key): """ - Public method to retrieve the various settings. + Class method to retrieve the various settings. @param key the key of the value to get @return the requested setting @@ -299,7 +299,7 @@ @classmethod def setPreferences(cls, key, value): """ - Public method to store the various settings. + Class method to store the various settings. @param key the key of the setting to be set @param value the value to be set