Documentation/Source/eric5.VCS.VersionControl.html

changeset 1880
dbd4d7698310
parent 1229
a8207dc73672
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.VCS.VersionControl.html	Mon May 28 15:59:36 2012 +0200
+++ b/Documentation/Source/eric5.VCS.VersionControl.html	Tue May 29 20:59:40 2012 +0200
@@ -184,6 +184,9 @@
 <td><a href="#VersionControl.vcsInit">vcsInit</a></td>
 <td>Public method used to initialize the vcs.</td>
 </tr><tr>
+<td><a href="#VersionControl.vcsInitConfig">vcsInitConfig</a></td>
+<td>Public method to initialize the VCS configuration.</td>
+</tr><tr>
 <td><a href="#VersionControl.vcsLog">vcsLog</a></td>
 <td>Public method used to view the log of a file/directory in the vcs.</td>
 </tr><tr>
@@ -832,6 +835,19 @@
 <dd>
 not implemented
 </dd>
+</dl><a NAME="VersionControl.vcsInitConfig" ID="VersionControl.vcsInitConfig"></a>
+<h4>VersionControl.vcsInitConfig</h4>
+<b>vcsInitConfig</b>(<i>project</i>)
+<p>
+        Public method to initialize the VCS configuration.
+</p><p>
+        This method could ensure, that certain files or directories are
+        exclude from being version controlled.
+</p><dl>
+<dt><i>project</i></dt>
+<dd>
+reference to the project (Project)
+</dd>
 </dl><a NAME="VersionControl.vcsLog" ID="VersionControl.vcsLog"></a>
 <h4>VersionControl.vcsLog</h4>
 <b>vcsLog</b>(<i>name</i>)

eric ide

mercurial