diff -r 898b0dda21e1 -r 06423d65a2b8 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sat Oct 29 16:22:35 2016 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sat Oct 29 19:28:04 2016 +0200 @@ -262,7 +262,7 @@ Private slot to send the input to the subversion process. </p><a NAME="HgDialog.startProcess" ID="HgDialog.startProcess"></a> <h4>HgDialog.startProcess</h4> -<b>startProcess</b>(<i>args, workingDir=None, showArgs=True</i>) +<b>startProcess</b>(<i>args, workingDir=None, showArgs=True, environment={}</i>) <p> Public slot used to start the process. </p><dl> @@ -275,6 +275,10 @@ </dd><dt><i>showArgs=</i></dt> <dd> flag indicating to show the arguments (boolean) +</dd><dt><i>environment=</i></dt> +<dd> +dictionary of environment settings to add + or change for the git process (dict of string and string) </dd> </dl><dl> <dt>Returns:</dt>