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

changeset 1228
7afaf2fca55b
parent 1088
9c84b88cff09
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="Hg" ID="Hg"></a> 43 <a NAME="Hg" ID="Hg"></a>
44 <h2>Hg</h2> 44 <h2>Hg</h2>
45 <p> 45 <p>
46 Class implementing the version control systems interface to Mercurial. 46 Class implementing the version control systems interface to Mercurial.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>activeExtensionsChanged()</dt> 49 <dt>activeExtensionsChanged()</dt>
50 <dd> 50 <dd>
51 emitted when the list of active extensions 51 emitted when the list of active extensions
52 has changed 52 has changed
59 VersionControl 59 VersionControl
60 <h3>Class Attributes</h3> 60 <h3>Class Attributes</h3>
61 <table> 61 <table>
62 <tr><td>None</td></tr> 62 <tr><td>None</td></tr>
63 </table> 63 </table>
64 <h3>Class Methods</h3>
65 <table>
66 <tr><td>None</td></tr>
67 </table>
64 <h3>Methods</h3> 68 <h3>Methods</h3>
65 <table> 69 <table>
66 <tr> 70 <tr>
67 <td><a href="#Hg.__init__">Hg</a></td>
68 <td>Constructor</td>
69 </tr><tr>
70 <td><a href="#Hg.__getExtensionsInfo">__getExtensionsInfo</a></td> 71 <td><a href="#Hg.__getExtensionsInfo">__getExtensionsInfo</a></td>
71 <td>Private method to get the active extensions from Mercurial.</td> 72 <td>Private method to get the active extensions from Mercurial.</td>
72 </tr><tr> 73 </tr><tr>
73 <td><a href="#Hg.__hgURL">__hgURL</a></td> 74 <td><a href="#Hg.__hgURL">__hgURL</a></td>
74 <td>Private method to format a url for Mercurial.</td> 75 <td>Private method to format a url for Mercurial.</td>
290 <td>Public method used to set the tag in the Mercurial repository.</td> 291 <td>Public method used to set the tag in the Mercurial repository.</td>
291 </tr><tr> 292 </tr><tr>
292 <td><a href="#Hg.vcsUpdate">vcsUpdate</a></td> 293 <td><a href="#Hg.vcsUpdate">vcsUpdate</a></td>
293 <td>Public method used to update a file/directory with the Mercurial repository.</td> 294 <td>Public method used to update a file/directory with the Mercurial repository.</td>
294 </tr> 295 </tr>
296 </table>
297 <h3>Static Methods</h3>
298 <table>
299 <tr><td>None</td></tr>
295 </table> 300 </table>
296 <a NAME="Hg.__init__" ID="Hg.__init__"></a> 301 <a NAME="Hg.__init__" ID="Hg.__init__"></a>
297 <h4>Hg (Constructor)</h4> 302 <h4>Hg (Constructor)</h4>
298 <b>Hg</b>(<i>plugin, parent=None, name=None</i>) 303 <b>Hg</b>(<i>plugin, parent=None, name=None</i>)
299 <p> 304 <p>

eric ide

mercurial