diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -92,19 +92,17 @@ </p> <dl> -<dt><i>withLargefiles</i></dt> +<dt><i>withLargefiles</i> (bool)</dt> <dd> -flag indicating to configure the largefiles - section (boolean) +flag indicating to configure the largefiles section </dd> -<dt><i>largefilesData</i></dt> +<dt><i>largefilesData</i> (dictdict)</dt> <dd> -dictionary with data for the largefiles - section (dict) +dictionary with data for the largefiles section </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="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> @@ -117,8 +115,13 @@ <dl> <dt>Return:</dt> <dd> -tuple giving the default and default push URLs (tuple of - two strings) +tuple giving the default and default push URLs +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) </dd> </dl> <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> @@ -131,8 +134,14 @@ <dl> <dt>Return:</dt> <dd> -tuple with the minimum file size (integer) and file patterns - (list of string). None as value denote to use the default value. +tuple with the minimum file size and file patterns. None as value + denote to use the default value. +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (int, list of str) </dd> </dl> <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> @@ -145,9 +154,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the push button (boolean) +state of the push button </dd> </dl> <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a> @@ -160,9 +169,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -state of the push button (boolean) +state of the push button </dd> </dl> <div align="right"><a href="#top">Up</a></div>