--- 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>)