diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -78,17 +78,17 @@ </p> <dl> -<dt><i>shelveNames</i></dt> +<dt><i>shelveNames</i> (list of str)</dt> <dd> -list of available shelves (list of string) +list of available shelves </dd> -<dt><i>shelveName</i></dt> +<dt><i>shelveName</i> (str)</dt> <dd> -name of the shelve to restore (string) +name of the shelve to restore </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="HgUnshelveDataDialog.getData" ID="HgUnshelveDataDialog.getData"></a> @@ -101,8 +101,14 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the name (string) and a flag indicating - to keep the shelved change (boolean) +tuple containing the name and a flag indicating to keep the + shelved change +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div>