1086:b48ce064b224 | 1087:fb8cd56819a9 |
---|---|
44 <h2>Fetch</h2> | 44 <h2>Fetch</h2> |
45 <p> | 45 <p> |
46 Class implementing the fetch extension interface. | 46 Class implementing the fetch extension interface. |
47 </p> | 47 </p> |
48 <h3>Derived from</h3> | 48 <h3>Derived from</h3> |
49 QObject | 49 HgExtension |
50 <h3>Class Attributes</h3> | 50 <h3>Class Attributes</h3> |
51 <table> | 51 <table> |
52 <tr><td>None</td></tr> | 52 <tr><td>None</td></tr> |
53 </table> | 53 </table> |
54 <h3>Methods</h3> | 54 <h3>Methods</h3> |
57 <td><a href="#Fetch.__init__">Fetch</a></td> | 57 <td><a href="#Fetch.__init__">Fetch</a></td> |
58 <td>Constructor</td> | 58 <td>Constructor</td> |
59 </tr><tr> | 59 </tr><tr> |
60 <td><a href="#Fetch.hgFetch">hgFetch</a></td> | 60 <td><a href="#Fetch.hgFetch">hgFetch</a></td> |
61 <td>Public method to fetch changes from a remote repository.</td> | 61 <td>Public method to fetch changes from a remote repository.</td> |
62 </tr><tr> | |
63 <td><a href="#Fetch.shutdown">shutdown</a></td> | |
64 <td>Public method used to shutdown the fetch interface.</td> | |
65 </tr> | 62 </tr> |
66 </table> | 63 </table> |
67 <a NAME="Fetch.__init__" ID="Fetch.__init__"></a> | 64 <a NAME="Fetch.__init__" ID="Fetch.__init__"></a> |
68 <h4>Fetch (Constructor)</h4> | 65 <h4>Fetch (Constructor)</h4> |
69 <b>Fetch</b>(<i>vcs</i>) | 66 <b>Fetch</b>(<i>vcs</i>) |
87 </dl><dl> | 84 </dl><dl> |
88 <dt>Returns:</dt> | 85 <dt>Returns:</dt> |
89 <dd> | 86 <dd> |
90 flag indicating that the project should be reread (boolean) | 87 flag indicating that the project should be reread (boolean) |
91 </dd> | 88 </dd> |
92 </dl><a NAME="Fetch.shutdown" ID="Fetch.shutdown"></a> | 89 </dl> |
93 <h4>Fetch.shutdown</h4> | |
94 <b>shutdown</b>(<i></i>) | |
95 <p> | |
96 Public method used to shutdown the fetch interface. | |
97 </p> | |
98 <div align="right"><a href="#top">Up</a></div> | 90 <div align="right"><a href="#top">Up</a></div> |
99 <hr /> | 91 <hr /> |
100 </body></html> | 92 </body></html> |