diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html Sat Dec 23 15:40:23 2023 +0100 @@ -110,7 +110,7 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> reference to the Mercurial vcs object </dd> @@ -125,7 +125,13 @@ <dl> <dt>Return:</dt> <dd> -list of shelved changes (list of string) +list of shelved changes +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="Shelve.hgCleanupShelves" ID="Shelve.hgCleanupShelves"></a> @@ -144,9 +150,9 @@ </p> <dl> -<dt><i>shelveNames</i></dt> +<dt><i>shelveNames</i> (list of str)</dt> <dd> -name of shelves to delete (list of string) +name of shelves to delete </dd> </dl> <a NAME="Shelve.hgShelve" ID="Shelve.hgShelve"></a> @@ -158,16 +164,22 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (list of str)</dt> <dd> directory or file name (string) or list of directory - or file names (list of string) + or file names </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating that the project should be reread (boolean) +flag indicating that the project should be reread +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Shelve.hgShelveBrowser" ID="Shelve.hgShelveBrowser"></a> @@ -186,15 +198,21 @@ </p> <dl> -<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> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating that the project should be reread (boolean) +flag indicating that the project should be reread +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Shelve.hgUnshelveAbort" ID="Shelve.hgUnshelveAbort"></a> @@ -207,7 +225,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating that the project should be reread (boolean) +flag indicating that the project should be reread +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Shelve.hgUnshelveContinue" ID="Shelve.hgUnshelveContinue"></a> @@ -220,7 +244,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating that the project should be reread (boolean) +flag indicating that the project should be reread +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Shelve.shutdown" ID="Shelve.shutdown"></a>