--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -86,13 +86,13 @@ </p> <dl> -<dt><i>subrepositories</i></dt> +<dt><i>subrepositories</i> (list of str)</dt> <dd> -list of sub-repository entries (list of strings) +list of sub-repository entries </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="HgRemoveSubrepositoriesDialog.getData" ID="HgRemoveSubrepositoriesDialog.getData"></a> @@ -106,8 +106,13 @@ <dt>Return:</dt> <dd> tuple giving the remaining sub-repositories, the removed ones - and a flag indicating to delete the removed ones from disc (list - of strings, list of strings, boolean) + and a flag indicating to delete the removed ones from disc +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, list of str, bool) </dd> </dl> <a NAME="HgRemoveSubrepositoriesDialog.on_removeButton_clicked" ID="HgRemoveSubrepositoriesDialog.on_removeButton_clicked"></a>