diff -r 6d977dc657d3 -r 9c5af34205c9 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 05 18:25:35 2014 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 05 19:55:53 2014 +0200 @@ -146,6 +146,9 @@ <td><a href="#Hg.hgBundle">hgBundle</a></td> <td>Public method to create a changegroup file.</td> </tr><tr> +<td><a href="#Hg.hgCancelMerge">hgCancelMerge</a></td> +<td>Public method to cancel an uncommitted merge.</td> +</tr><tr> <td><a href="#Hg.hgCopy">hgCopy</a></td> <td>Public method used to copy a file/directory.</td> </tr><tr> @@ -629,6 +632,22 @@ <dd> file/directory name (string) </dd> +</dl><a NAME="Hg.hgCancelMerge" ID="Hg.hgCancelMerge"></a> +<h4>Hg.hgCancelMerge</h4> +<b>hgCancelMerge</b>(<i>name</i>) +<p> + Public method to cancel an uncommitted merge. +</p><dl> +<dt><i>name</i></dt> +<dd> +file/directory name (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating, that the cancellation contained an add + or delete (boolean) +</dd> </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> <h4>Hg.hgCopy</h4> <b>hgCopy</b>(<i>name, project</i>)