diff -r 5280e37405b8 -r 2f2a4a76dd22 Plugins/VcsPlugins/vcsMercurial/hg.py --- a/Plugins/VcsPlugins/vcsMercurial/hg.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Sun May 18 14:13:09 2014 +0200 @@ -3704,7 +3704,7 @@ def __getInOutBookmarks(self, repodir, incoming): """ - Public method to get the list of incoming or outgoing bookmarks. + Private method to get the list of incoming or outgoing bookmarks. @param repodir directory name of the repository (string) @param incoming flag indicating to get incoming bookmarks (boolean)