Plugins/VcsPlugins/vcsPySvn/subversion.py

changeset 1883
2de804dc1452
parent 1880
dbd4d7698310
child 1888
03f59d88a62d
diff -r 70e806f7ebb2 -r 2de804dc1452 Plugins/VcsPlugins/vcsPySvn/subversion.py
--- 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.

eric ide

mercurial