--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Fri Apr 29 18:34:40 2011 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 30 12:48:38 2011 +0200 @@ -150,6 +150,9 @@ <td><a href="#Hg.hgResolve">hgResolve</a></td> <td>Public method used to resolve conflicts of a file/directory.</td> </tr><tr> +<td><a href="#Hg.hgRollback">hgRollback</a></td> +<td>Public method used to rollback the last transaction.</td> +</tr><tr> <td><a href="#Hg.hgServe">hgServe</a></td> <td>Public method used to edit the repository config file.</td> </tr><tr> @@ -349,7 +352,7 @@ </p><dl> <dt><i>name</i></dt> <dd> -directory name (string or list of strings)) +directory name (string or list of strings) </dd> </dl><a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> <h4>Hg.hgBisect</h4> @@ -629,6 +632,16 @@ <dd> file/directory name to be resolved (string) </dd> +</dl><a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a> +<h4>Hg.hgRollback</h4> +<b>hgRollback</b>(<i>name</i>) +<p> + Public method used to rollback the last transaction. +</p><dl> +<dt><i>name</i></dt> +<dd> +directory name (string or list of strings) +</dd> </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a> <h4>Hg.hgServe</h4> <b>hgServe</b>(<i>name</i>)