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>committed()</dt> |
49 <dt>committed()</dt> |
50 <dd> |
50 <dd> |
51 emitted after the commit action has completed |
51 emitted after the commit action has completed |
52 </dd> |
52 </dd> |
53 </dl> |
53 </dl> |
54 <h3>Derived from</h3> |
54 <h3>Derived from</h3> |
55 VersionControl |
55 VersionControl |
56 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Class Methods</h3> |
57 <table> |
61 <table> |
58 <tr><td>None</td></tr> |
62 <tr><td>None</td></tr> |
59 </table> |
63 </table> |
60 <h3>Methods</h3> |
64 <h3>Methods</h3> |
61 <table> |
65 <table> |
260 </tr><tr> |
264 </tr><tr> |
261 <td><a href="#Hg.vcsUpdate">vcsUpdate</a></td> |
265 <td><a href="#Hg.vcsUpdate">vcsUpdate</a></td> |
262 <td>Public method used to update a file/directory with the Mercurial repository.</td> |
266 <td>Public method used to update a file/directory with the Mercurial repository.</td> |
263 </tr> |
267 </tr> |
264 </table> |
268 </table> |
|
269 <h3>Static Methods</h3> |
|
270 <table> |
|
271 <tr><td>None</td></tr> |
|
272 </table> |
265 <a NAME="Hg.__init__" ID="Hg.__init__"></a> |
273 <a NAME="Hg.__init__" ID="Hg.__init__"></a> |
266 <h4>Hg (Constructor)</h4> |
274 <h4>Hg (Constructor)</h4> |
267 <b>Hg</b>(<i>plugin, parent = None, name = None</i>) |
275 <b>Hg</b>(<i>plugin, parent = None, name = None</i>) |
268 <p> |
276 <p> |
269 Constructor |
277 Constructor |