Documentation/Source/eric5.VCS.VersionControl.html

changeset 1880
dbd4d7698310
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
1879:194a055fff04 1880:dbd4d7698310
182 <td>Public method used to import the project into the vcs.</td> 182 <td>Public method used to import the project into the vcs.</td>
183 </tr><tr> 183 </tr><tr>
184 <td><a href="#VersionControl.vcsInit">vcsInit</a></td> 184 <td><a href="#VersionControl.vcsInit">vcsInit</a></td>
185 <td>Public method used to initialize the vcs.</td> 185 <td>Public method used to initialize the vcs.</td>
186 </tr><tr> 186 </tr><tr>
187 <td><a href="#VersionControl.vcsInitConfig">vcsInitConfig</a></td>
188 <td>Public method to initialize the VCS configuration.</td>
189 </tr><tr>
187 <td><a href="#VersionControl.vcsLog">vcsLog</a></td> 190 <td><a href="#VersionControl.vcsLog">vcsLog</a></td>
188 <td>Public method used to view the log of a file/directory in the vcs.</td> 191 <td>Public method used to view the log of a file/directory in the vcs.</td>
189 </tr><tr> 192 </tr><tr>
190 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td> 193 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td>
191 <td>Public method used to merge a tag/branch into the local project.</td> 194 <td>Public method used to merge a tag/branch into the local project.</td>
830 </dl><dl> 833 </dl><dl>
831 <dt>Raises <b>RuntimeError</b>:</dt> 834 <dt>Raises <b>RuntimeError</b>:</dt>
832 <dd> 835 <dd>
833 not implemented 836 not implemented
834 </dd> 837 </dd>
838 </dl><a NAME="VersionControl.vcsInitConfig" ID="VersionControl.vcsInitConfig"></a>
839 <h4>VersionControl.vcsInitConfig</h4>
840 <b>vcsInitConfig</b>(<i>project</i>)
841 <p>
842 Public method to initialize the VCS configuration.
843 </p><p>
844 This method could ensure, that certain files or directories are
845 exclude from being version controlled.
846 </p><dl>
847 <dt><i>project</i></dt>
848 <dd>
849 reference to the project (Project)
850 </dd>
835 </dl><a NAME="VersionControl.vcsLog" ID="VersionControl.vcsLog"></a> 851 </dl><a NAME="VersionControl.vcsLog" ID="VersionControl.vcsLog"></a>
836 <h4>VersionControl.vcsLog</h4> 852 <h4>VersionControl.vcsLog</h4>
837 <b>vcsLog</b>(<i>name</i>) 853 <b>vcsLog</b>(<i>name</i>)
838 <p> 854 <p>
839 Public method used to view the log of a file/directory in the vcs. 855 Public method used to view the log of a file/directory in the vcs.

eric ide

mercurial