236 <td>Public method used to shutdown the vcs interface.</td> |
236 <td>Public method used to shutdown the vcs interface.</td> |
237 </tr><tr> |
237 </tr><tr> |
238 <td><a href="#VersionControl.vcsStatus">vcsStatus</a></td> |
238 <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> |
239 <td>Public method used to view the status of a file/directory in the vcs.</td> |
240 </tr><tr> |
240 </tr><tr> |
|
241 <td><a href="#VersionControl.vcsSupportCommandOptions">vcsSupportCommandOptions</a></td> |
|
242 <td>Public method to signal the support of user settable command options.</td> |
|
243 </tr><tr> |
241 <td><a href="#VersionControl.vcsSwitch">vcsSwitch</a></td> |
244 <td><a href="#VersionControl.vcsSwitch">vcsSwitch</a></td> |
242 <td>Public method used to switch a directory to a different tag/branch.</td> |
245 <td>Public method used to switch a directory to a different tag/branch.</td> |
243 </tr><tr> |
246 </tr><tr> |
244 <td><a href="#VersionControl.vcsTag">vcsTag</a></td> |
247 <td><a href="#VersionControl.vcsTag">vcsTag</a></td> |
245 <td>Public method used to set the tag of a file/directory in the vcs.</td> |
248 <td>Public method used to set the tag of a file/directory in the vcs.</td> |
1159 <dt>Raises <b>RuntimeError</b>:</dt> |
1162 <dt>Raises <b>RuntimeError</b>:</dt> |
1160 <dd> |
1163 <dd> |
1161 to indicate that this method must be |
1164 to indicate that this method must be |
1162 implemented by a subclass |
1165 implemented by a subclass |
1163 </dd> |
1166 </dd> |
|
1167 </dl><a NAME="VersionControl.vcsSupportCommandOptions" ID="VersionControl.vcsSupportCommandOptions"></a> |
|
1168 <h4>VersionControl.vcsSupportCommandOptions</h4> |
|
1169 <b>vcsSupportCommandOptions</b>(<i></i>) |
|
1170 <p> |
|
1171 Public method to signal the support of user settable command options. |
|
1172 </p><dl> |
|
1173 <dt>Returns:</dt> |
|
1174 <dd> |
|
1175 flag indicating the support of user settable command options |
|
1176 (boolean) |
|
1177 </dd> |
1164 </dl><a NAME="VersionControl.vcsSwitch" ID="VersionControl.vcsSwitch"></a> |
1178 </dl><a NAME="VersionControl.vcsSwitch" ID="VersionControl.vcsSwitch"></a> |
1165 <h4>VersionControl.vcsSwitch</h4> |
1179 <h4>VersionControl.vcsSwitch</h4> |
1166 <b>vcsSwitch</b>(<i>name</i>) |
1180 <b>vcsSwitch</b>(<i>name</i>) |
1167 <p> |
1181 <p> |
1168 Public method used to switch a directory to a different tag/branch. |
1182 Public method used to switch a directory to a different tag/branch. |