VCS/VersionControl.py

changeset 1880
dbd4d7698310
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
--- a/VCS/VersionControl.py	Mon May 28 15:59:36 2012 +0200
+++ b/VCS/VersionControl.py	Tue May 29 20:59:40 2012 +0200
@@ -435,6 +435,17 @@
         """
         pass
         
+    def vcsInitConfig(self, project):
+        """
+        Public method to initialize the VCS configuration.
+        
+        This method could ensure, that certain files or directories are
+        exclude from being version controlled.
+        
+        @param project reference to the project (Project)
+        """
+        pass
+        
     def vcsDefaultOptions(self):
         """
         Public method used to retrieve the default options for the vcs.

eric ide

mercurial