src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html

branch
eric7
changeset 11084
adbb5d1944ea
parent 10690
fab36645aa7d
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html	Wed Dec 04 11:29:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html	Wed Dec 04 11:30:17 2024 +0100
@@ -70,7 +70,7 @@
 </tr>
 <tr>
 <td><a href="#HgDialog.__showError">__showError</a></td>
-<td>Private slot to show some error.</td>
+<td>Private slot to show some error or progress information.</td>
 </tr>
 <tr>
 <td><a href="#HgDialog.__showOutput">__showOutput</a></td>
@@ -169,14 +169,14 @@
 <h4>HgDialog.__showError</h4>
 <b>__showError</b>(<i>out</i>)
 <p>
-        Private slot to show some error.
+        Private slot to show some error or progress information.
 </p>
 
 <dl>
 
 <dt><i>out</i> (str)</dt>
 <dd>
-error to be shown
+output sent to the stderr channel
 </dd>
 </dl>
 <a NAME="HgDialog.__showOutput" ID="HgDialog.__showOutput"></a>
@@ -190,7 +190,7 @@
 
 <dt><i>out</i> (str)</dt>
 <dd>
-output to be shown
+output sent to the stdout channel
 </dd>
 </dl>
 <a NAME="HgDialog.hasAddOrDelete" ID="HgDialog.hasAddOrDelete"></a>

eric ide

mercurial