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> |
235 <td><a href="#VersionControl.vcsShutdown">vcsShutdown</a></td> |
238 <td><a href="#VersionControl.vcsShutdown">vcsShutdown</a></td> |
236 <td>Public method used to shutdown the vcs interface.</td> |
239 <td>Public method used to shutdown the vcs interface.</td> |
237 </tr><tr> |
240 </tr><tr> |
238 <td><a href="#VersionControl.vcsStatus">vcsStatus</a></td> |
241 <td><a href="#VersionControl.vcsStatus">vcsStatus</a></td> |
239 <td>Public method used to view the status of a file/directory in the vcs.</td> |
242 <td>Public method used to view the status of a file/directory in the vcs.</td> |
|
243 </tr><tr> |
|
244 <td><a href="#VersionControl.vcsSupportCommandOptions">vcsSupportCommandOptions</a></td> |
|
245 <td>Public method to signal the support of user settable command options.</td> |
240 </tr><tr> |
246 </tr><tr> |
241 <td><a href="#VersionControl.vcsSwitch">vcsSwitch</a></td> |
247 <td><a href="#VersionControl.vcsSwitch">vcsSwitch</a></td> |
242 <td>Public method used to switch a directory to a different tag/branch.</td> |
248 <td>Public method used to switch a directory to a different tag/branch.</td> |
243 </tr><tr> |
249 </tr><tr> |
244 <td><a href="#VersionControl.vcsTag">vcsTag</a></td> |
250 <td><a href="#VersionControl.vcsTag">vcsTag</a></td> |
897 <dt>Raises <b>RuntimeError</b>:</dt> |
903 <dt>Raises <b>RuntimeError</b>:</dt> |
898 <dd> |
904 <dd> |
899 to indicate that this method must be |
905 to indicate that this method must be |
900 implemented by a subclass |
906 implemented by a subclass |
901 </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> |
902 </dl><a NAME="VersionControl.vcsMerge" ID="VersionControl.vcsMerge"></a> |
929 </dl><a NAME="VersionControl.vcsMerge" ID="VersionControl.vcsMerge"></a> |
903 <h4>VersionControl.vcsMerge</h4> |
930 <h4>VersionControl.vcsMerge</h4> |
904 <b>vcsMerge</b>(<i>name</i>) |
931 <b>vcsMerge</b>(<i>name</i>) |
905 <p> |
932 <p> |
906 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. |
1158 </dl><dl> |
1185 </dl><dl> |
1159 <dt>Raises <b>RuntimeError</b>:</dt> |
1186 <dt>Raises <b>RuntimeError</b>:</dt> |
1160 <dd> |
1187 <dd> |
1161 to indicate that this method must be |
1188 to indicate that this method must be |
1162 implemented by a subclass |
1189 implemented by a subclass |
|
1190 </dd> |
|
1191 </dl><a NAME="VersionControl.vcsSupportCommandOptions" ID="VersionControl.vcsSupportCommandOptions"></a> |
|
1192 <h4>VersionControl.vcsSupportCommandOptions</h4> |
|
1193 <b>vcsSupportCommandOptions</b>(<i></i>) |
|
1194 <p> |
|
1195 Public method to signal the support of user settable command options. |
|
1196 </p><dl> |
|
1197 <dt>Returns:</dt> |
|
1198 <dd> |
|
1199 flag indicating the support of user settable command options |
|
1200 (boolean) |
1163 </dd> |
1201 </dd> |
1164 </dl><a NAME="VersionControl.vcsSwitch" ID="VersionControl.vcsSwitch"></a> |
1202 </dl><a NAME="VersionControl.vcsSwitch" ID="VersionControl.vcsSwitch"></a> |
1165 <h4>VersionControl.vcsSwitch</h4> |
1203 <h4>VersionControl.vcsSwitch</h4> |
1166 <b>vcsSwitch</b>(<i>name</i>) |
1204 <b>vcsSwitch</b>(<i>name</i>) |
1167 <p> |
1205 <p> |