--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Nov 14 19:24:11 2016 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Nov 14 19:58:22 2016 +0100 @@ -703,13 +703,19 @@ </dd> </dl><a NAME="Hg.hgBookmarkDefine" ID="Hg.hgBookmarkDefine"></a> <h4>Hg.hgBookmarkDefine</h4> -<b>hgBookmarkDefine</b>(<i>name</i>) +<b>hgBookmarkDefine</b>(<i>name, revision=None, bookmark=None</i>) <p> Public method to define a bookmark. </p><dl> <dt><i>name</i></dt> <dd> file/directory name (string) +</dd><dt><i>revision</i></dt> +<dd> +revision to set bookmark for (string) +</dd><dt><i>bookmark</i></dt> +<dd> +name of the bookmark (string) </dd> </dl><a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a> <h4>Hg.hgBookmarkDelete</h4> @@ -733,13 +739,19 @@ </dd> </dl><a NAME="Hg.hgBookmarkMove" ID="Hg.hgBookmarkMove"></a> <h4>Hg.hgBookmarkMove</h4> -<b>hgBookmarkMove</b>(<i>name</i>) +<b>hgBookmarkMove</b>(<i>name, revision=None, bookmark=None</i>) <p> Public method to move a bookmark. </p><dl> <dt><i>name</i></dt> <dd> file/directory name (string) +</dd><dt><i>revision</i></dt> +<dd> +revision to set bookmark for (string) +</dd><dt><i>bookmark</i></dt> +<dd> +name of the bookmark (string) </dd> </dl><a NAME="Hg.hgBookmarkOutgoing" ID="Hg.hgBookmarkOutgoing"></a> <h4>Hg.hgBookmarkOutgoing</h4>