100 <td>Public method used to edit the repository config file.</td> |
100 <td>Public method used to edit the repository config file.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> |
102 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> |
103 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> |
103 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> |
104 </tr><tr> |
104 </tr><tr> |
|
105 <td><a href="#Hg.hgForget">hgForget</a></td> |
|
106 <td>Public method used to remove a file from the Mercurial repository.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
|
109 <td>Public method to identify the current working directory.</td> |
|
110 </tr><tr> |
105 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
111 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
106 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
112 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
107 </tr><tr> |
113 </tr><tr> |
108 <td><a href="#Hg.hgInfo">hgInfo</a></td> |
114 <td><a href="#Hg.hgInfo">hgInfo</a></td> |
109 <td>Public method to show information about the heads of the repository.</td> |
115 <td>Public method to show information about the heads of the repository.</td> |
120 <td><a href="#Hg.hgNormalizeURL">hgNormalizeURL</a></td> |
126 <td><a href="#Hg.hgNormalizeURL">hgNormalizeURL</a></td> |
121 <td>Public method to normalize a url for Mercurial.</td> |
127 <td>Public method to normalize a url for Mercurial.</td> |
122 </tr><tr> |
128 </tr><tr> |
123 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> |
129 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> |
124 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> |
130 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#Hg.hgPreviewBundle">hgPreviewBundle</a></td> |
|
133 <td>Public method used to view the log of incoming changes from a changegroup file.</td> |
125 </tr><tr> |
134 </tr><tr> |
126 <td><a href="#Hg.hgPull">hgPull</a></td> |
135 <td><a href="#Hg.hgPull">hgPull</a></td> |
127 <td>Public method used to pull changes from a remote Mercurial repository.</td> |
136 <td>Public method used to pull changes from a remote Mercurial repository.</td> |
128 </tr><tr> |
137 </tr><tr> |
129 <td><a href="#Hg.hgPush">hgPush</a></td> |
138 <td><a href="#Hg.hgPush">hgPush</a></td> |
244 <td>Public method used to update a file/directory with the Mercurial repository.</td> |
253 <td>Public method used to update a file/directory with the Mercurial repository.</td> |
245 </tr> |
254 </tr> |
246 </table> |
255 </table> |
247 <a NAME="Hg.__init__" ID="Hg.__init__"></a> |
256 <a NAME="Hg.__init__" ID="Hg.__init__"></a> |
248 <h4>Hg (Constructor)</h4> |
257 <h4>Hg (Constructor)</h4> |
249 <b>Hg</b>(<i>plugin, parent=None, name=None</i>) |
258 <b>Hg</b>(<i>plugin, parent = None, name = None</i>) |
250 <p> |
259 <p> |
251 Constructor |
260 Constructor |
252 </p><dl> |
261 </p><dl> |
253 <dt><i>plugin</i></dt> |
262 <dt><i>plugin</i></dt> |
254 <dd> |
263 <dd> |
418 </p><dl> |
427 </p><dl> |
419 <dt><i>name</i></dt> |
428 <dt><i>name</i></dt> |
420 <dd> |
429 <dd> |
421 file/directory name to be diffed (string) |
430 file/directory name to be diffed (string) |
422 </dd> |
431 </dd> |
|
432 </dl><a NAME="Hg.hgForget" ID="Hg.hgForget"></a> |
|
433 <h4>Hg.hgForget</h4> |
|
434 <b>hgForget</b>(<i>name</i>) |
|
435 <p> |
|
436 Public method used to remove a file from the Mercurial repository. |
|
437 </p><p> |
|
438 This will not remove the file from the project directory. |
|
439 </p><dl> |
|
440 <dt><i>name</i></dt> |
|
441 <dd> |
|
442 file/directory name to be removed (string or list of strings)) |
|
443 </dd> |
|
444 </dl><a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> |
|
445 <h4>Hg.hgIdentify</h4> |
|
446 <b>hgIdentify</b>(<i>name</i>) |
|
447 <p> |
|
448 Public method to identify the current working directory. |
|
449 </p><dl> |
|
450 <dt><i>name</i></dt> |
|
451 <dd> |
|
452 file/directory name (string) |
|
453 </dd> |
423 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> |
454 </dl><a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> |
424 <h4>Hg.hgIncoming</h4> |
455 <h4>Hg.hgIncoming</h4> |
425 <b>hgIncoming</b>(<i>name</i>) |
456 <b>hgIncoming</b>(<i>name</i>) |
426 <p> |
457 <p> |
427 Public method used to view the log of incoming changes from the |
458 Public method used to view the log of incoming changes from the |
499 <h4>Hg.hgOutgoing</h4> |
530 <h4>Hg.hgOutgoing</h4> |
500 <b>hgOutgoing</b>(<i>name</i>) |
531 <b>hgOutgoing</b>(<i>name</i>) |
501 <p> |
532 <p> |
502 Public method used to view the log of outgoing changes from the |
533 Public method used to view the log of outgoing changes from the |
503 Mercurial repository. |
534 Mercurial repository. |
|
535 </p><dl> |
|
536 <dt><i>name</i></dt> |
|
537 <dd> |
|
538 file/directory name to show the log of (string) |
|
539 </dd> |
|
540 </dl><a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> |
|
541 <h4>Hg.hgPreviewBundle</h4> |
|
542 <b>hgPreviewBundle</b>(<i>name</i>) |
|
543 <p> |
|
544 Public method used to view the log of incoming changes from a |
|
545 changegroup file. |
504 </p><dl> |
546 </p><dl> |
505 <dt><i>name</i></dt> |
547 <dt><i>name</i></dt> |
506 <dd> |
548 <dd> |
507 file/directory name to show the log of (string) |
549 file/directory name to show the log of (string) |
508 </dd> |
550 </dd> |