diff -r 697e75c444eb -r 9bb1c7df26b4 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html Sat Aug 04 15:38:32 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html Sat Aug 04 15:39:15 2018 +0200 @@ -124,7 +124,7 @@ </table> <a NAME="HgRebaseDialog.__init__" ID="HgRebaseDialog.__init__"></a> <h4>HgRebaseDialog (Constructor)</h4> -<b>HgRebaseDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>) +<b>HgRebaseDialog</b>(<i>tagsList, branchesList, bookmarksList, version, parent=None</i>) <p> Constructor </p><dl> @@ -172,9 +172,15 @@ tuple with a source indicator of "S" or "B", the source revision, the destination revision, a flag indicating to collapse, a flag indicating to keep the original changesets, a flag - indicating to keep the original branch name and a flag indicating - to detach the source (string, string, string, boolean, boolean, - boolean, boolean) + indicating to keep the original branch name, a flag indicating + to detach the source, a flag indicating to perform a dry-run only + and a flag indicating to perform a dry-run first, than ask for + confirmation +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, str, bool, bool, bool, bool, bool, bool) </dd> </dl><a NAME="HgRebaseDialog.on_bookmark1Button_toggled" ID="HgRebaseDialog.on_bookmark1Button_toggled"></a> <h4>HgRebaseDialog.on_bookmark1Button_toggled</h4>