diff -r 194a055fff04 -r dbd4d7698310 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Mon May 28 15:59:36 2012 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html Tue May 29 20:59:40 2012 +0200 @@ -59,7 +59,7 @@ VersionControl <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>IgnoreFileName</td></tr> </table> <h3>Class Methods</h3> <table> @@ -269,6 +269,9 @@ <td><a href="#Hg.vcsInit">vcsInit</a></td> <td>Public method used to initialize the mercurial repository.</td> </tr><tr> +<td><a href="#Hg.vcsInitConfig">vcsInitConfig</a></td> +<td>Public method to initialize the VCS configuration.</td> +</tr><tr> <td><a href="#Hg.vcsLog">vcsLog</a></td> <td>Public method used to view the log of a file/directory from the Mercurial repository.</td> </tr><tr> @@ -1203,6 +1206,18 @@ <dd> always TRUE </dd> +</dl><a NAME="Hg.vcsInitConfig" ID="Hg.vcsInitConfig"></a> +<h4>Hg.vcsInitConfig</h4> +<b>vcsInitConfig</b>(<i>project</i>) +<p> + Public method to initialize the VCS configuration. +</p><p> + This method ensures, that an ignore file exists. +</p><dl> +<dt><i>project</i></dt> +<dd> +reference to the project (Project) +</dd> </dl><a NAME="Hg.vcsLog" ID="Hg.vcsLog"></a> <h4>Hg.vcsLog</h4> <b>vcsLog</b>(<i>name</i>)