--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py Sun May 18 14:13:09 2014 +0200 @@ -80,7 +80,7 @@ def __getPatchesList(self, repodir, listType, withSummary=False): """ - Public method to get a list of patches of a given type. + Private method to get a list of patches of a given type. @param repodir directory name of the repository (string) @param listType type of patches list to get @@ -132,7 +132,7 @@ def __getCurrentPatch(self, repodir): """ - Public method to get the name of the current patch. + Private method to get the name of the current patch. @param repodir directory name of the repository (string) @return name of the current patch (string) @@ -160,7 +160,7 @@ def __getCommitMessage(self, repodir): """ - Public method to get the commit message of the current patch. + Private method to get the commit message of the current patch. @param repodir directory name of the repository (string) @return name of the current patch (string)