Project/Project.py

changeset 1879
194a055fff04
parent 1875
bbdd75d18412
child 1880
dbd4d7698310
--- a/Project/Project.py	Mon May 28 13:51:35 2012 +0200
+++ b/Project/Project.py	Mon May 28 15:59:36 2012 +0200
@@ -1946,6 +1946,7 @@
                         self.vcs = self.initVCS()
                         self.setDirty(True)
                         if self.vcs is not None:
+                            # TODO: ensure a minimal VCS configuration (mgmt dir excluded)
                             # edit VCS command options
                             vcores = E5MessageBox.yesNo(self.ui,
                                 self.trUtf8("New Project"),
@@ -2003,6 +2004,7 @@
                         self.vcs = self.initVCS()
                 self.setDirty(True)
                 if self.vcs is not None:
+                    # TODO: ensure a minimal VCS configuration (mgmt dir excluded)
                     # edit VCS command options
                     vcores = E5MessageBox.yesNo(self.ui,
                         self.trUtf8("New Project"),

eric ide

mercurial