diff -r 397b36511c67 -r a165ff497046 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html Sun Feb 12 18:06:07 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html Sun Feb 12 18:07:05 2017 +0100 @@ -80,18 +80,27 @@ </dd> </dl><a NAME="Fetch.hgFetch" ID="Fetch.hgFetch"></a> <h4>Fetch.hgFetch</h4> -<b>hgFetch</b>(<i>name</i>) +<b>hgFetch</b>(<i>name, revisions=None</i>) <p> Public method to fetch changes from a remote repository. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -file/directory name (string) +directory name of the project to be fetched to +</dd><dt><i>revisions</i> (list of str)</dt> +<dd> +list of revisions to be pulled </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating that the project should be reread (boolean) +flag indicating, that the update contained an add + or delete +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>