Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 5091
dfac14826e78
parent 4487
4ba7a8ab24f2
child 5284
3a2f9bee8974
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Wed Aug 10 16:23:08 2016 +0200
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html	Thu Aug 11 16:13:37 2016 +0200
@@ -747,23 +747,29 @@
 </dd>
 </dl><a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a>
 <h4>Hg.hgBookmarkPull</h4>
-<b>hgBookmarkPull</b>(<i>name</i>)
+<b>hgBookmarkPull</b>(<i>name, current=False</i>)
 <p>
         Public method to pull a bookmark from a remote repository.
 </p><dl>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-file/directory name (string)
+file/directory name
+</dd><dt><i>current</i> (bool)</dt>
+<dd>
+flag indicating to pull the current bookmark
 </dd>
 </dl><a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a>
 <h4>Hg.hgBookmarkPush</h4>
-<b>hgBookmarkPush</b>(<i>name</i>)
+<b>hgBookmarkPush</b>(<i>name, current=False</i>)
 <p>
         Public method to push a bookmark to a remote repository.
 </p><dl>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-file/directory name (string)
+file/directory name
+</dd><dt><i>current</i> (bool)</dt>
+<dd>
+flag indicating to push the current bookmark
 </dd>
 </dl><a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a>
 <h4>Hg.hgBookmarkRename</h4>

eric ide

mercurial