diff -r 7d3932bde11b -r a42ae6be4cc3 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Tue Feb 16 17:12:48 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Tue Feb 16 18:25:47 2021 +0100 @@ -1063,7 +1063,7 @@ </dl> <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> <h4>Hg.hgBookmarkPush</h4> -<b>hgBookmarkPush</b>(<i>current=False, bookmark=None</i>) +<b>hgBookmarkPush</b>(<i>current=False, bookmark=None, allBookmarks=False</i>) <p> Public method to push a bookmark to a remote repository. @@ -1078,6 +1078,10 @@ <dd> name of the bookmark </dd> +<dt><i>allBookmarks</i> (bool)</dt> +<dd> +flag indicating to push all bookmarks +</dd> </dl> <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> <h4>Hg.hgBookmarkRename</h4>