--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html Mon Oct 24 19:55:05 2016 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html Tue Oct 25 19:33:11 2016 +0200 @@ -74,24 +74,32 @@ <p> Constructor </p><dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> reference to the Mercurial vcs object </dd> </dl><a NAME="Strip.hgStrip" ID="Strip.hgStrip"></a> <h4>Strip.hgStrip</h4> -<b>hgStrip</b>(<i>name</i>) +<b>hgStrip</b>(<i>name, rev=""</i>) <p> Public method to strip revisions from a repository. </p><dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -file/directory name (string) +file/directory name +</dd><dt><i>rev=</i> (str)</dt> +<dd> +revision to strip from </dd> </dl><dl> <dt>Returns:</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> <div align="right"><a href="#top">Up</a></div>