Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html

changeset 217
8ce554fb0bee
parent 178
dd9f0bca5e2f
child 409
0ea528e80202
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html	Sat May 01 18:26:14 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html	Sat May 01 18:27:07 2010 +0000
@@ -66,6 +66,9 @@
 <td><a href="#HgProjectBrowserHelper.__HgExtendedDiff">__HgExtendedDiff</a></td>
 <td>Private slot called by the context menu to show the difference of a file to the repository.</td>
 </tr><tr>
+<td><a href="#HgProjectBrowserHelper.__HgForget">__HgForget</a></td>
+<td>Private slot called by the context menu to remove the selected file from the Mercurial repository leaving a copy in the project directory.</td>
+</tr><tr>
 <td><a href="#HgProjectBrowserHelper.__HgLogBrowser">__HgLogBrowser</a></td>
 <td>Private slot called by the context menu to show the log browser for a file.</td>
 </tr><tr>
@@ -150,6 +153,12 @@
         the repository.
 </p><p>
         This gives the chance to enter the revisions to compare.
+</p><a NAME="HgProjectBrowserHelper.__HgForget" ID="HgProjectBrowserHelper.__HgForget"></a>
+<h4>HgProjectBrowserHelper.__HgForget</h4>
+<b>__HgForget</b>(<i></i>)
+<p>
+        Private slot called by the context menu to remove the selected file from the
+        Mercurial repository leaving a copy in the project directory.
 </p><a NAME="HgProjectBrowserHelper.__HgLogBrowser" ID="HgProjectBrowserHelper.__HgLogBrowser"></a>
 <h4>HgProjectBrowserHelper.__HgLogBrowser</h4>
 <b>__HgLogBrowser</b>(<i></i>)

eric ide

mercurial