Added a TODO for improving changelists handling.

Sat, 02 Jun 2012 15:25:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 02 Jun 2012 15:25:38 +0200
changeset 1883
2de804dc1452
parent 1882
70e806f7ebb2
child 1884
0a7ef7f4d09e

Added a TODO for improving changelists handling.

Plugins/VcsPlugins/vcsPySvn/subversion.py file | annotate | diff | comparison | revisions
--- 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