--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 24 17:32:07 2010 +0000 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 24 17:33:05 2010 +0000 @@ -84,6 +84,9 @@ <td><a href="#Hg.hgBranch">hgBranch</a></td> <td>Public method used to set the tag in the Mercurial repository.</td> </tr><tr> +<td><a href="#Hg.hgBundle">hgBundle</a></td> +<td>Public method to create a changegroup file.</td> +</tr><tr> <td><a href="#Hg.hgCopy">hgCopy</a></td> <td>Public method used to copy a file/directory.</td> </tr><tr> @@ -135,6 +138,9 @@ <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> <td>Public method to show the path aliases for remote repositories.</td> </tr><tr> +<td><a href="#Hg.hgUnbundle">hgUnbundle</a></td> +<td>Public method to apply changegroup files.</td> +</tr><tr> <td><a href="#Hg.hgVerify">hgVerify</a></td> <td>Public method to verify the integrity of the repository.</td> </tr><tr> @@ -321,6 +327,16 @@ <dd> file/directory name to be branched (string) </dd> +</dl><a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a> +<h4>Hg.hgBundle</h4> +<b>hgBundle</b>(<i>name</i>) +<p> + Public method to create a changegroup file. +</p><dl> +<dt><i>name</i></dt> +<dd> +file/directory name (string) +</dd> </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> <h4>Hg.hgCopy</h4> <b>hgCopy</b>(<i>name, project</i>) @@ -530,6 +546,16 @@ <dd> file/directory name (string) </dd> +</dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> +<h4>Hg.hgUnbundle</h4> +<b>hgUnbundle</b>(<i>name</i>) +<p> + Public method to apply changegroup files. +</p><dl> +<dt><i>name</i></dt> +<dd> +file/directory name (string) +</dd> </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> <h4>Hg.hgVerify</h4> <b>hgVerify</b>(<i>name</i>)