diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.HgCloseHeadSelectionDialog.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.HgCloseHeadSelectionDialog.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.HgCloseHeadSelectionDialog.html Mon Feb 01 10:38:16 2021 +0100 @@ -93,7 +93,7 @@ <a NAME="HgCloseHeadSelectionDialog.__init__" ID="HgCloseHeadSelectionDialog.__init__"></a> <h4>HgCloseHeadSelectionDialog (Constructor)</h4> -<b>HgCloseHeadSelectionDialog</b>(<i>vcs, ppath, parent=None</i>) +<b>HgCloseHeadSelectionDialog</b>(<i>vcs, parent=None</i>) <p> Constructor @@ -104,10 +104,6 @@ <dd> reference to the VCS object </dd> -<dt><i>ppath</i> (str)</dt> -<dd> -directory containing the repository -</dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget @@ -115,7 +111,7 @@ </dl> <a NAME="HgCloseHeadSelectionDialog.__getHeads" ID="HgCloseHeadSelectionDialog.__getHeads"></a> <h4>HgCloseHeadSelectionDialog.__getHeads</h4> -<b>__getHeads</b>(<i>vcs, ppath</i>) +<b>__getHeads</b>(<i>vcs</i>) <p> Private method to get the open heads. @@ -126,13 +122,9 @@ <dd> reference to the VCS object </dd> -<dt><i>ppath</i> (str)</dt> -<dd> -directory containing the repository -</dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the revision and the corresponding branch name @@ -152,7 +144,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of selected revisions and the commit message