Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 2837
a96cb48e86a5
parent 2832
2997bc65a48b
child 2838
0f1423054184
--- 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>)

eric ide

mercurial