191 <td>Public method to initialize the VCS configuration.</td> |
191 <td>Public method to initialize the VCS configuration.</td> |
192 </tr><tr> |
192 </tr><tr> |
193 <td><a href="#VersionControl.vcsLog">vcsLog</a></td> |
193 <td><a href="#VersionControl.vcsLog">vcsLog</a></td> |
194 <td>Public method used to view the log of a file/directory in the vcs.</td> |
194 <td>Public method used to view the log of a file/directory in the vcs.</td> |
195 </tr><tr> |
195 </tr><tr> |
|
196 <td><a href="#VersionControl.vcsLogBrowser">vcsLogBrowser</a></td> |
|
197 <td>Public method used to view the log of a file/directory in the vcs with a log browser dialog.</td> |
|
198 </tr><tr> |
196 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td> |
199 <td><a href="#VersionControl.vcsMerge">vcsMerge</a></td> |
197 <td>Public method used to merge a tag/branch into the local project.</td> |
200 <td>Public method used to merge a tag/branch into the local project.</td> |
198 </tr><tr> |
201 </tr><tr> |
199 <td><a href="#VersionControl.vcsMove">vcsMove</a></td> |
202 <td><a href="#VersionControl.vcsMove">vcsMove</a></td> |
200 <td>Public method used to move a file/directory.</td> |
203 <td>Public method used to move a file/directory.</td> |
900 <dt>Raises <b>RuntimeError</b>:</dt> |
903 <dt>Raises <b>RuntimeError</b>:</dt> |
901 <dd> |
904 <dd> |
902 to indicate that this method must be |
905 to indicate that this method must be |
903 implemented by a subclass |
906 implemented by a subclass |
904 </dd> |
907 </dd> |
|
908 </dl><a NAME="VersionControl.vcsLogBrowser" ID="VersionControl.vcsLogBrowser"></a> |
|
909 <h4>VersionControl.vcsLogBrowser</h4> |
|
910 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) |
|
911 <p> |
|
912 Public method used to view the log of a file/directory in the vcs |
|
913 with a log browser dialog. |
|
914 </p><dl> |
|
915 <dt><i>name</i></dt> |
|
916 <dd> |
|
917 file/directory name to show the log for (string) |
|
918 </dd><dt><i>isFile=</i></dt> |
|
919 <dd> |
|
920 flag indicating log for a file is to be shown |
|
921 (boolean) |
|
922 </dd> |
|
923 </dl><dl> |
|
924 <dt>Raises <b>RuntimeError</b>:</dt> |
|
925 <dd> |
|
926 to indicate that this method must be |
|
927 implemented by a subclass |
|
928 </dd> |
905 </dl><a NAME="VersionControl.vcsMerge" ID="VersionControl.vcsMerge"></a> |
929 </dl><a NAME="VersionControl.vcsMerge" ID="VersionControl.vcsMerge"></a> |
906 <h4>VersionControl.vcsMerge</h4> |
930 <h4>VersionControl.vcsMerge</h4> |
907 <b>vcsMerge</b>(<i>name</i>) |
931 <b>vcsMerge</b>(<i>name</i>) |
908 <p> |
932 <p> |
909 Public method used to merge a tag/branch into the local project. |
933 Public method used to merge a tag/branch into the local project. |