--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sun Mar 27 18:07:50 2011 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sun Mar 27 19:04:42 2011 +0200 @@ -595,7 +595,7 @@ </dd> </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> <h4>Hg.hgPush</h4> -<b>hgPush</b>(<i>name, force=False</i>) +<b>hgPush</b>(<i>name, force=False, newBranch=False</i>) <p> Public method used to push changes to a remote Mercurial repository. </p><dl> @@ -605,6 +605,9 @@ </dd><dt><i>force=</i></dt> <dd> flag indicating a forced push (boolean) +</dd><dt><i>newBranch=</i></dt> +<dd> +flag indicating to push a new branch (boolean) </dd> </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> <h4>Hg.hgRecover</h4>