diff -r 7d493839a8fc -r a8a20f558176 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html Wed Jan 13 19:07:20 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html Wed Jan 13 19:08:16 2021 +0100 @@ -131,19 +131,12 @@ </dl> <a NAME="Shelve.__hgGetShelveNamesList" ID="Shelve.__hgGetShelveNamesList"></a> <h4>Shelve.__hgGetShelveNamesList</h4> -<b>__hgGetShelveNamesList</b>(<i>repodir</i>) +<b>__hgGetShelveNamesList</b>(<i></i>) <p> Private method to get the list of shelved changes. </p> <dl> - -<dt><i>repodir</i></dt> -<dd> -directory name of the repository (string) -</dd> -</dl> -<dl> <dt>Returns:</dt> <dd> list of shelved changes (list of string) @@ -151,31 +144,20 @@ </dl> <a NAME="Shelve.hgCleanupShelves" ID="Shelve.hgCleanupShelves"></a> <h4>Shelve.hgCleanupShelves</h4> -<b>hgCleanupShelves</b>(<i>name</i>) +<b>hgCleanupShelves</b>(<i></i>) <p> Public method to delete all shelves. </p> -<dl> - -<dt><i>name</i></dt> -<dd> -name of the project directory (string) -</dd> -</dl> <a NAME="Shelve.hgDeleteShelves" ID="Shelve.hgDeleteShelves"></a> <h4>Shelve.hgDeleteShelves</h4> -<b>hgDeleteShelves</b>(<i>name, shelveNames=None</i>) +<b>hgDeleteShelves</b>(<i>shelveNames=None</i>) <p> Public method to delete named shelves. </p> <dl> -<dt><i>name</i></dt> -<dd> -name of the project directory (string) -</dd> <dt><i>shelveNames</i></dt> <dd> name of shelves to delete (list of string) @@ -204,31 +186,20 @@ </dl> <a NAME="Shelve.hgShelveBrowser" ID="Shelve.hgShelveBrowser"></a> <h4>Shelve.hgShelveBrowser</h4> -<b>hgShelveBrowser</b>(<i>projectDir</i>) +<b>hgShelveBrowser</b>(<i></i>) <p> Public method to show the shelve browser dialog. </p> -<dl> - -<dt><i>projectDir</i></dt> -<dd> -name of the project directory (string) -</dd> -</dl> <a NAME="Shelve.hgUnshelve" ID="Shelve.hgUnshelve"></a> <h4>Shelve.hgUnshelve</h4> -<b>hgUnshelve</b>(<i>name, shelveName=""</i>) +<b>hgUnshelve</b>(<i>shelveName=""</i>) <p> Public method to restore shelved changes to the project directory. </p> <dl> -<dt><i>name</i></dt> -<dd> -name of the project directory (string) -</dd> <dt><i>shelveName</i></dt> <dd> name of the shelve to restore (string) @@ -242,19 +213,12 @@ </dl> <a NAME="Shelve.hgUnshelveAbort" ID="Shelve.hgUnshelveAbort"></a> <h4>Shelve.hgUnshelveAbort</h4> -<b>hgUnshelveAbort</b>(<i>name</i>) +<b>hgUnshelveAbort</b>(<i></i>) <p> Public method to abort the ongoing restore operation. </p> <dl> - -<dt><i>name</i></dt> -<dd> -name of the project directory (string) -</dd> -</dl> -<dl> <dt>Returns:</dt> <dd> flag indicating that the project should be reread (boolean) @@ -262,19 +226,12 @@ </dl> <a NAME="Shelve.hgUnshelveContinue" ID="Shelve.hgUnshelveContinue"></a> <h4>Shelve.hgUnshelveContinue</h4> -<b>hgUnshelveContinue</b>(<i>name</i>) +<b>hgUnshelveContinue</b>(<i></i>) <p> Public method to continue the ongoing restore operation. </p> <dl> - -<dt><i>name</i></dt> -<dd> -name of the project directory (string) -</dd> -</dl> -<dl> <dt>Returns:</dt> <dd> flag indicating that the project should be reread (boolean)