--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Jul 31 20:01:58 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Jul 31 20:07:41 2013 +0200 @@ -214,6 +214,9 @@ <td><a href="#Hg.hgRollback">hgRollback</a></td> <td>Public method used to rollback the last transaction.</td> </tr><tr> +<td><a href="#Hg.hgSbsDiff">hgSbsDiff</a></td> +<td>Public method used to view the difference of a file to the Mercurial repository side-by-side.</td> +</tr><tr> <td><a href="#Hg.hgServe">hgServe</a></td> <td>Public method used to serve the project.</td> </tr><tr> @@ -918,6 +921,17 @@ <dd> directory name (string or list of strings) </dd> +</dl><a NAME="Hg.hgSbsDiff" ID="Hg.hgSbsDiff"></a> +<h4>Hg.hgSbsDiff</h4> +<b>hgSbsDiff</b>(<i>name</i>) +<p> + Public method used to view the difference of a file to the Mercurial repository + side-by-side. +</p><dl> +<dt><i>name</i></dt> +<dd> +file name to be diffed (string) +</dd> </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a> <h4>Hg.hgServe</h4> <b>hgServe</b>(<i>name</i>)