diff -r 4a7e25ee406c -r c93823b96faa Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sun May 23 15:09:37 2010 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Mon May 24 18:38:54 2010 +0200 @@ -586,13 +586,16 @@ </dd> </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> <h4>Hg.hgPush</h4> -<b>hgPush</b>(<i>name</i>) +<b>hgPush</b>(<i>name, force = False</i>) <p> Public method used to push changes to a remote Mercurial repository. </p><dl> <dt><i>name</i></dt> <dd> directory name of the project to be pushed from (string) +</dd><dt><i>force=</i></dt> +<dd> +flag indicating a forced push (boolean) </dd> </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> <h4>Hg.hgRecover</h4>