diff -r 7d493839a8fc -r a8a20f558176 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html Wed Jan 13 19:07:20 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html Wed Jan 13 19:08:16 2021 +0100 @@ -107,19 +107,12 @@ </dl> <a NAME="Rebase.hgRebase" ID="Rebase.hgRebase"></a> <h4>Rebase.hgRebase</h4> -<b>hgRebase</b>(<i>path</i>) +<b>hgRebase</b>(<i></i>) <p> Public method to rebase changesets to a different branch. </p> <dl> - -<dt><i>path</i></dt> -<dd> -directory name of the project (string) -</dd> -</dl> -<dl> <dt>Returns:</dt> <dd> flag indicating that the project should be reread (boolean) @@ -127,19 +120,12 @@ </dl> <a NAME="Rebase.hgRebaseAbort" ID="Rebase.hgRebaseAbort"></a> <h4>Rebase.hgRebaseAbort</h4> -<b>hgRebaseAbort</b>(<i>path</i>) +<b>hgRebaseAbort</b>(<i></i>) <p> Public method to abort rebasing changesets from another branch. </p> <dl> - -<dt><i>path</i></dt> -<dd> -directory name of the project (string) -</dd> -</dl> -<dl> <dt>Returns:</dt> <dd> flag indicating that the project should be reread (boolean) @@ -147,19 +133,12 @@ </dl> <a NAME="Rebase.hgRebaseContinue" ID="Rebase.hgRebaseContinue"></a> <h4>Rebase.hgRebaseContinue</h4> -<b>hgRebaseContinue</b>(<i>path</i>) +<b>hgRebaseContinue</b>(<i></i>) <p> Public method to continue rebasing changesets from another branch. </p> <dl> - -<dt><i>path</i></dt> -<dd> -directory name of the project (string) -</dd> -</dl> -<dl> <dt>Returns:</dt> <dd> flag indicating that the project should be reread (boolean)