182 <td>Public method used to initialize the vcs.</td> |
182 <td>Public method used to initialize the vcs.</td> |
183 </tr><tr> |
183 </tr><tr> |
184 <td><a href="#VersionControl.vcsInitConfig">vcsInitConfig</a></td> |
184 <td><a href="#VersionControl.vcsInitConfig">vcsInitConfig</a></td> |
185 <td>Public method to initialize the VCS configuration.</td> |
185 <td>Public method to initialize the VCS configuration.</td> |
186 </tr><tr> |
186 </tr><tr> |
187 <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> |
|
189 </tr><tr> |
|
190 <td><a href="#VersionControl.vcsLogBrowser">vcsLogBrowser</a></td> |
187 <td><a href="#VersionControl.vcsLogBrowser">vcsLogBrowser</a></td> |
191 <td>Public method used to view the log of a file/directory in the vcs with a log browser dialog.</td> |
188 <td>Public method used to view the log of a file/directory in the vcs with a log browser dialog.</td> |
192 </tr><tr> |
189 </tr><tr> |
193 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td> |
190 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td> |
194 <td>Public method used to merge a tag/branch into the local project.</td> |
191 <td>Public method used to merge a tag/branch into the local project.</td> |
851 </p><dl> |
848 </p><dl> |
852 <dt><i>project</i></dt> |
849 <dt><i>project</i></dt> |
853 <dd> |
850 <dd> |
854 reference to the project (Project) |
851 reference to the project (Project) |
855 </dd> |
852 </dd> |
856 </dl><a NAME="VersionControl.vcsLog" ID="VersionControl.vcsLog"></a> |
|
857 <h4>VersionControl.vcsLog</h4> |
|
858 <b>vcsLog</b>(<i>name</i>) |
|
859 <p> |
|
860 Public method used to view the log of a file/directory in the vcs. |
|
861 </p><dl> |
|
862 <dt><i>name</i></dt> |
|
863 <dd> |
|
864 file/directory name to show the log for (string) |
|
865 </dd> |
|
866 </dl><dl> |
|
867 <dt>Raises <b>RuntimeError</b>:</dt> |
|
868 <dd> |
|
869 to indicate that this method must be |
|
870 implemented by a subclass |
|
871 </dd> |
|
872 </dl><a NAME="VersionControl.vcsLogBrowser" ID="VersionControl.vcsLogBrowser"></a> |
853 </dl><a NAME="VersionControl.vcsLogBrowser" ID="VersionControl.vcsLogBrowser"></a> |
873 <h4>VersionControl.vcsLogBrowser</h4> |
854 <h4>VersionControl.vcsLogBrowser</h4> |
874 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
855 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
875 <p> |
856 <p> |
876 Public method used to view the log of a file/directory in the vcs |
857 Public method used to view the log of a file/directory in the vcs |