Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 218
633aa53976ae
parent 217
8ce554fb0bee
child 219
0553aa793753
equal deleted inserted replaced
217:8ce554fb0bee 218:633aa53976ae
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
544 Public method used to view the log of incoming changes from a 557 Public method used to view the log of incoming changes from a
545 changegroup file. 558 changegroup file.
546 </p><dl> 559 </p><dl>
547 <dt><i>name</i></dt> 560 <dt><i>name</i></dt>
548 <dd> 561 <dd>
549 file/directory name to show the log of (string) 562 directory name on which to base the changegroup (string)
550 </dd> 563 </dd>
551 </dl><a NAME="Hg.hgPull" ID="Hg.hgPull"></a> 564 </dl><a NAME="Hg.hgPull" ID="Hg.hgPull"></a>
552 <h4>Hg.hgPull</h4> 565 <h4>Hg.hgPull</h4>
553 <b>hgPull</b>(<i>name</i>) 566 <b>hgPull</b>(<i>name</i>)
554 <p> 567 <p>

eric ide

mercurial