106 <td>Public method used to remove a file from the Mercurial repository.</td> |
106 <td>Public method used to remove a file from the Mercurial repository.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
108 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
109 <td>Public method to identify the current working directory.</td> |
109 <td>Public method to identify the current working directory.</td> |
110 </tr><tr> |
110 </tr><tr> |
|
111 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td> |
|
112 <td>Public method used to identify a changegroup file.</td> |
|
113 </tr><tr> |
111 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
114 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
112 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
115 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
113 </tr><tr> |
116 </tr><tr> |
114 <td><a href="#Hg.hgInfo">hgInfo</a></td> |
117 <td><a href="#Hg.hgInfo">hgInfo</a></td> |
115 <td>Public method to show information about the heads of the repository.</td> |
118 <td>Public method to show information about the heads of the repository.</td> |
449 </p><dl> |
452 </p><dl> |
450 <dt><i>name</i></dt> |
453 <dt><i>name</i></dt> |
451 <dd> |
454 <dd> |
452 file/directory name (string) |
455 file/directory name (string) |
453 </dd> |
456 </dd> |
|
457 </dl><a NAME="Hg.hgIdentifyBundle" ID="Hg.hgIdentifyBundle"></a> |
|
458 <h4>Hg.hgIdentifyBundle</h4> |
|
459 <b>hgIdentifyBundle</b>(<i>name</i>) |
|
460 <p> |
|
461 Public method used to identify a changegroup file. |
|
462 </p><dl> |
|
463 <dt><i>name</i></dt> |
|
464 <dd> |
|
465 directory name on which to base the changegroup (string) |
|
466 </dd> |
454 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> |
467 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> |
455 <h4>Hg.hgIncoming</h4> |
468 <h4>Hg.hgIncoming</h4> |
456 <b>hgIncoming</b>(<i>name</i>) |
469 <b>hgIncoming</b>(<i>name</i>) |
457 <p> |
470 <p> |
458 Public method used to view the log of incoming changes from the |
471 Public method used to view the log of incoming changes from the |