--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Nov 16 19:06:28 2016 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Nov 16 19:12:01 2016 +0100 @@ -719,13 +719,16 @@ </dd> </dl><a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a> <h4>Hg.hgBookmarkDelete</h4> -<b>hgBookmarkDelete</b>(<i>name</i>) +<b>hgBookmarkDelete</b>(<i>name, bookmark=None</i>) <p> Public method to delete a bookmark. </p><dl> <dt><i>name</i></dt> <dd> file/directory name (string) +</dd><dt><i>bookmark</i></dt> +<dd> +name of the bookmark (string) </dd> </dl><a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a> <h4>Hg.hgBookmarkIncoming</h4> @@ -765,7 +768,7 @@ </dd> </dl><a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> <h4>Hg.hgBookmarkPull</h4> -<b>hgBookmarkPull</b>(<i>name, current=False</i>) +<b>hgBookmarkPull</b>(<i>name, current=False, bookmark=None</i>) <p> Public method to pull a bookmark from a remote repository. </p><dl> @@ -775,10 +778,13 @@ </dd><dt><i>current</i> (bool)</dt> <dd> flag indicating to pull the current bookmark +</dd><dt><i>bookmark</i> (str)</dt> +<dd> +name of the bookmark </dd> </dl><a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> <h4>Hg.hgBookmarkPush</h4> -<b>hgBookmarkPush</b>(<i>name, current=False</i>) +<b>hgBookmarkPush</b>(<i>name, current=False, bookmark=None</i>) <p> Public method to push a bookmark to a remote repository. </p><dl> @@ -788,16 +794,22 @@ </dd><dt><i>current</i> (bool)</dt> <dd> flag indicating to push the current bookmark +</dd><dt><i>bookmark</i> (str)</dt> +<dd> +name of the bookmark </dd> </dl><a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> <h4>Hg.hgBookmarkRename</h4> -<b>hgBookmarkRename</b>(<i>name</i>) +<b>hgBookmarkRename</b>(<i>name, renameInfo=None</i>) <p> Public method to rename a bookmark. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -file/directory name (string) +file/directory name +</dd><dt><i>renameInfo</i> (tuple of str and str)</dt> +<dd> +old and new names of the bookmark </dd> </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> <h4>Hg.hgBranch</h4>