--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py Wed May 30 19:59:07 2012 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py Sat Jun 02 15:25:38 2012 +0200 @@ -2172,6 +2172,9 @@ locker.unlock() dlg.finish() dlg.exec_() + + # TODO: add a svnShowChangelists method to show the changelists + # TODO: add a svnGetChangelists method returning the changelists and their associated files ############################################################################ ## Private Subversion specific methods are below.