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

changeset 200
6c3f5faf7775
parent 198
7ab8e126f404
child 202
6854bb0beda5
diff -r 675623ee5d7d -r 6c3f5faf7775 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html	Sat Apr 24 17:32:07 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html	Sat Apr 24 17:33:05 2010 +0000
@@ -63,6 +63,9 @@
 <td><a href="#HgProjectHelper.__hgBranchList">__hgBranchList</a></td>
 <td>Private slot used to list the branches of the project.</td>
 </tr><tr>
+<td><a href="#HgProjectHelper.__hgBundle">__hgBundle</a></td>
+<td>Protected slot used to create a changegroup file.</td>
+</tr><tr>
 <td><a href="#HgProjectHelper.__hgCloseBranch">__hgCloseBranch</a></td>
 <td>Protected slot used to close the current branch of the local project.</td>
 </tr><tr>
@@ -120,6 +123,9 @@
 <td><a href="#HgProjectHelper.__hgTip">__hgTip</a></td>
 <td>Private slot used to show the tip of the repository.</td>
 </tr><tr>
+<td><a href="#HgProjectHelper.__hgUnbundle">__hgUnbundle</a></td>
+<td>Protected slot used to apply changegroup files.</td>
+</tr><tr>
 <td><a href="#HgProjectHelper.__hgVerify">__hgVerify</a></td>
 <td>Protected slot used to verify the integrity of the repository.</td>
 </tr><tr>
@@ -162,6 +168,11 @@
 <b>__hgBranchList</b>(<i></i>)
 <p>
         Private slot used to list the branches of the project.
+</p><a NAME="HgProjectHelper.__hgBundle" ID="HgProjectHelper.__hgBundle"></a>
+<h4>HgProjectHelper.__hgBundle</h4>
+<b>__hgBundle</b>(<i></i>)
+<p>
+        Protected slot used to create a changegroup file.
 </p><a NAME="HgProjectHelper.__hgCloseBranch" ID="HgProjectHelper.__hgCloseBranch"></a>
 <h4>HgProjectHelper.__hgCloseBranch</h4>
 <b>__hgCloseBranch</b>(<i></i>)
@@ -257,6 +268,11 @@
 <b>__hgTip</b>(<i></i>)
 <p>
         Private slot used to show the tip of the repository.
+</p><a NAME="HgProjectHelper.__hgUnbundle" ID="HgProjectHelper.__hgUnbundle"></a>
+<h4>HgProjectHelper.__hgUnbundle</h4>
+<b>__hgUnbundle</b>(<i></i>)
+<p>
+        Protected slot used to apply changegroup files.
 </p><a NAME="HgProjectHelper.__hgVerify" ID="HgProjectHelper.__hgVerify"></a>
 <h4>HgProjectHelper.__hgVerify</h4>
 <b>__hgVerify</b>(<i></i>)

eric ide

mercurial