--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Tue Oct 18 17:48:03 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Oct 19 13:39:16 2022 +0200 @@ -928,16 +928,20 @@ </p> <a NAME="Hg.hgAnnotate" ID="Hg.hgAnnotate"></a> <h4>Hg.hgAnnotate</h4> -<b>hgAnnotate</b>(<i>name</i>) +<b>hgAnnotate</b>(<i>name, skiplist=""</i>) <p> Public method to show the output of the hg annotate command. </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -file name to show the annotations for (string) +file name to show the annotations for +</dd> +<dt><i>skiplist</i> (str)</dt> +<dd> +name of a skip list file </dd> </dl> <a NAME="Hg.hgArchive" ID="Hg.hgArchive"></a>