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

changeset 2811
7b2ec3af3505
parent 2543
eb9472947653
child 2816
05aab5164d64
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sat Jul 20 16:01:55 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun Jul 21 18:14:10 2013 +0200
@@ -223,6 +223,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.hgSummary">hgSummary</a></td>
+<td>Public method used to show some summary information of the working directory state.</td>
+</tr><tr>
 <td><a href="#Hg.hgUnbundle">hgUnbundle</a></td>
 <td>Public method to apply changegroup files.</td>
 </tr><tr>
@@ -947,6 +950,17 @@
 <dd>
 file/directory name (string)
 </dd>
+</dl><a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a>
+<h4>Hg.hgSummary</h4>
+<b>hgSummary</b>(<i>mq=False</i>)
+<p>
+        Public method used to show some summary information of the
+        working directory state.
+</p><dl>
+<dt><i>mq</i></dt>
+<dd>
+flag indicating to show the queue status as well (boolean)
+</dd>
 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a>
 <h4>Hg.hgUnbundle</h4>
 <b>hgUnbundle</b>(<i>name</i>)

eric ide

mercurial