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

changeset 1311
95685f9ad9f8
parent 1267
5eddb59304c7
child 1315
faafd2aa48d5
diff -r 7fdcfa822e3e -r 95685f9ad9f8 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html	Fri Sep 09 12:29:45 2011 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html	Fri Sep 09 19:15:06 2011 +0200
@@ -112,6 +112,9 @@
 <td><a href="#HgProjectHelper.__hgIdentifyBundle">__hgIdentifyBundle</a></td>
 <td>Private slot used to identify a changegroup file.</td>
 </tr><tr>
+<td><a href="#HgProjectHelper.__hgImport">__hgImport</a></td>
+<td>Private slot used to import a patch file.</td>
+</tr><tr>
 <td><a href="#HgProjectHelper.__hgIncoming">__hgIncoming</a></td>
 <td>Private slot used to show the log of changes coming into the repository.</td>
 </tr><tr>
@@ -145,6 +148,9 @@
 <td><a href="#HgProjectHelper.__hgResolve">__hgResolve</a></td>
 <td>Private slot used to resolve conflicts of the local project.</td>
 </tr><tr>
+<td><a href="#HgProjectHelper.__hgRevert">__hgRevert</a></td>
+<td>Private slot used to revert changes made to the local project.</td>
+</tr><tr>
 <td><a href="#HgProjectHelper.__hgRollback">__hgRollback</a></td>
 <td>Private slot used to rollback the last transaction.</td>
 </tr><tr>
@@ -299,6 +305,11 @@
 <b>__hgIdentifyBundle</b>(<i></i>)
 <p>
         Private slot used to identify a changegroup file.
+</p><a NAME="HgProjectHelper.__hgImport" ID="HgProjectHelper.__hgImport"></a>
+<h4>HgProjectHelper.__hgImport</h4>
+<b>__hgImport</b>(<i></i>)
+<p>
+        Private slot used to import a patch file.
 </p><a NAME="HgProjectHelper.__hgIncoming" ID="HgProjectHelper.__hgIncoming"></a>
 <h4>HgProjectHelper.__hgIncoming</h4>
 <b>__hgIncoming</b>(<i></i>)
@@ -355,6 +366,11 @@
 <b>__hgResolve</b>(<i></i>)
 <p>
         Private slot used to resolve conflicts of the local project.
+</p><a NAME="HgProjectHelper.__hgRevert" ID="HgProjectHelper.__hgRevert"></a>
+<h4>HgProjectHelper.__hgRevert</h4>
+<b>__hgRevert</b>(<i></i>)
+<p>
+        Private slot used to revert changes made to the local project.
 </p><a NAME="HgProjectHelper.__hgRollback" ID="HgProjectHelper.__hgRollback"></a>
 <h4>HgProjectHelper.__hgRollback</h4>
 <b>__hgRollback</b>(<i></i>)

eric ide

mercurial