--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Sun Feb 12 18:06:07 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Sun Feb 12 18:07:05 2017 +0100 @@ -820,13 +820,16 @@ </dd> </dl><a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a> <h4>Hg.hgBundle</h4> -<b>hgBundle</b>(<i>name</i>) +<b>hgBundle</b>(<i>name, bundleData=None</i>) <p> Public method to create a changegroup file. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -file/directory name (string) +file/directory name +</dd><dt><i>bundleData</i> (dict)</dt> +<dd> +dictionary containing the bundle creation information </dd> </dl><a NAME="Hg.hgCancelMerge" ID="Hg.hgCancelMerge"></a> <h4>Hg.hgCancelMerge</h4> @@ -1201,19 +1204,27 @@ </dd> </dl><a NAME="Hg.hgPull" ID="Hg.hgPull"></a> <h4>Hg.hgPull</h4> -<b>hgPull</b>(<i>name</i>) +<b>hgPull</b>(<i>name, revisions=None</i>) <p> Public method used to pull changes from a remote Mercurial repository. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -directory name of the project to be pulled to (string) +directory name of the project to be pulled 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 update contained an add - or delete (boolean) + or delete +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> <h4>Hg.hgPush</h4> @@ -1378,19 +1389,27 @@ </dd> </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> <h4>Hg.hgUnbundle</h4> -<b>hgUnbundle</b>(<i>name</i>) +<b>hgUnbundle</b>(<i>name, files=None</i>) <p> Public method to apply changegroup files. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -directory name (string) +directory name +</dd><dt><i>files</i> (list of str)</dt> +<dd> +list of bundle files to be applied </dd> </dl><dl> <dt>Returns:</dt> <dd> flag indicating, that the update contained an add - or delete (boolean) + or delete +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> <h4>Hg.hgVerify</h4> @@ -1737,13 +1756,16 @@ </dd> </dl><a NAME="Hg.vcsMerge" ID="Hg.vcsMerge"></a> <h4>Hg.vcsMerge</h4> -<b>vcsMerge</b>(<i>name</i>) +<b>vcsMerge</b>(<i>name, rev=""</i>) <p> Public method used to merge a URL/revision into the local project. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -file/directory name to be merged (string) +file/directory name to be merged +</dd><dt><i>rev=</i> (str)</dt> +<dd> +revision to merge with </dd> </dl><a NAME="Hg.vcsMove" ID="Hg.vcsMove"></a> <h4>Hg.vcsMove</h4>