266 <td><a href="#Hg.vcsImport">vcsImport</a></td> |
266 <td><a href="#Hg.vcsImport">vcsImport</a></td> |
267 <td>Public method used to import the project into the Subversion repository.</td> |
267 <td>Public method used to import the project into the Subversion repository.</td> |
268 </tr><tr> |
268 </tr><tr> |
269 <td><a href="#Hg.vcsInit">vcsInit</a></td> |
269 <td><a href="#Hg.vcsInit">vcsInit</a></td> |
270 <td>Public method used to initialize the mercurial repository.</td> |
270 <td>Public method used to initialize the mercurial repository.</td> |
|
271 </tr><tr> |
|
272 <td><a href="#Hg.vcsInitConfig">vcsInitConfig</a></td> |
|
273 <td>Public method to initialize the VCS configuration.</td> |
271 </tr><tr> |
274 </tr><tr> |
272 <td><a href="#Hg.vcsLog">vcsLog</a></td> |
275 <td><a href="#Hg.vcsLog">vcsLog</a></td> |
273 <td>Public method used to view the log of a file/directory from the Mercurial repository.</td> |
276 <td>Public method used to view the log of a file/directory from the Mercurial repository.</td> |
274 </tr><tr> |
277 </tr><tr> |
275 <td><a href="#Hg.vcsMerge">vcsMerge</a></td> |
278 <td><a href="#Hg.vcsMerge">vcsMerge</a></td> |
1201 </dl><dl> |
1204 </dl><dl> |
1202 <dt>Returns:</dt> |
1205 <dt>Returns:</dt> |
1203 <dd> |
1206 <dd> |
1204 always TRUE |
1207 always TRUE |
1205 </dd> |
1208 </dd> |
|
1209 </dl><a NAME="Hg.vcsInitConfig" ID="Hg.vcsInitConfig"></a> |
|
1210 <h4>Hg.vcsInitConfig</h4> |
|
1211 <b>vcsInitConfig</b>(<i>project</i>) |
|
1212 <p> |
|
1213 Public method to initialize the VCS configuration. |
|
1214 </p><p> |
|
1215 This method ensures, that an ignore file exists. |
|
1216 </p><dl> |
|
1217 <dt><i>project</i></dt> |
|
1218 <dd> |
|
1219 reference to the project (Project) |
|
1220 </dd> |
1206 </dl><a NAME="Hg.vcsLog" ID="Hg.vcsLog"></a> |
1221 </dl><a NAME="Hg.vcsLog" ID="Hg.vcsLog"></a> |
1207 <h4>Hg.vcsLog</h4> |
1222 <h4>Hg.vcsLog</h4> |
1208 <b>vcsLog</b>(<i>name</i>) |
1223 <b>vcsLog</b>(<i>name</i>) |
1209 <p> |
1224 <p> |
1210 Public method used to view the log of a file/directory from the |
1225 Public method used to view the log of a file/directory from the |