--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Thu Dec 19 16:06:08 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Thu Dec 19 19:32:37 2024 +0100 @@ -1685,16 +1685,21 @@ <a NAME="Hg.hgPull" ID="Hg.hgPull"></a> <h4>Hg.hgPull</h4> -<b>hgPull</b>(<i>revisions=None</i>) +<b>hgPull</b>(<i>revisions=None, noupdate=False</i>) <p> Public method used to pull changes from a remote Mercurial repository. </p> <dl> -<dt><i>revisions</i> (list of str)</dt> +<dt><i>revisions</i> (list of str (optional))</dt> <dd> -list of revisions to be pulled +list of revisions to be pulled (defaults to None) +</dd> +<dt><i>noupdate</i> (bool (optional))</dt> +<dd> +flag indicate to not update the working directory (defaults + to False) </dd> </dl> <dl>