diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html Fri Mar 11 16:51:57 2011 +0100 @@ -84,7 +84,7 @@ </table> <a NAME="HgServeDialog.__init__" ID="HgServeDialog.__init__"></a> <h4>HgServeDialog (Constructor)</h4> -<b>HgServeDialog</b>(<i>vcs, path, parent = None</i>) +<b>HgServeDialog</b>(<i>vcs, path, parent=None</i>) <p> Constructor </p><dl> @@ -100,7 +100,7 @@ </dd> </dl><a NAME="HgServeDialog.__appendText" ID="HgServeDialog.__appendText"></a> <h4>HgServeDialog.__appendText</h4> -<b>__appendText</b>(<i>txt, error = False</i>) +<b>__appendText</b>(<i>txt, error=False</i>) <p> Public method to append text to the end. </p><dl> @@ -135,7 +135,7 @@ <h4>HgServeDialog.__readStdout</h4> <b>__readStdout</b>(<i></i>) <p> - Private slot to handle the readyReadStandardOutput signal. + Private slot to handle the readyReadStandardOutput signal. </p><p> It reads the output of the process and inserts it into the log. </p><a NAME="HgServeDialog.__startBrowser" ID="HgServeDialog.__startBrowser"></a>