78 <dd> |
78 <dd> |
79 reference to the Mercurial vcs object |
79 reference to the Mercurial vcs object |
80 </dd> |
80 </dd> |
81 </dl><a NAME="Fetch.hgFetch" ID="Fetch.hgFetch"></a> |
81 </dl><a NAME="Fetch.hgFetch" ID="Fetch.hgFetch"></a> |
82 <h4>Fetch.hgFetch</h4> |
82 <h4>Fetch.hgFetch</h4> |
83 <b>hgFetch</b>(<i>name</i>) |
83 <b>hgFetch</b>(<i>name, revisions=None</i>) |
84 <p> |
84 <p> |
85 Public method to fetch changes from a remote repository. |
85 Public method to fetch changes from a remote repository. |
86 </p><dl> |
86 </p><dl> |
87 <dt><i>name</i></dt> |
87 <dt><i>name</i> (str)</dt> |
88 <dd> |
88 <dd> |
89 file/directory name (string) |
89 directory name of the project to be fetched to |
|
90 </dd><dt><i>revisions</i> (list of str)</dt> |
|
91 <dd> |
|
92 list of revisions to be pulled |
90 </dd> |
93 </dd> |
91 </dl><dl> |
94 </dl><dl> |
92 <dt>Returns:</dt> |
95 <dt>Returns:</dt> |
93 <dd> |
96 <dd> |
94 flag indicating that the project should be reread (boolean) |
97 flag indicating, that the update contained an add |
|
98 or delete |
|
99 </dd> |
|
100 </dl><dl> |
|
101 <dt>Return Type:</dt> |
|
102 <dd> |
|
103 bool |
95 </dd> |
104 </dd> |
96 </dl> |
105 </dl> |
97 <div align="right"><a href="#top">Up</a></div> |
106 <div align="right"><a href="#top">Up</a></div> |
98 <hr /> |
107 <hr /> |
99 </body></html> |
108 </body></html> |