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

changeset 1608
b6390d242303
parent 1315
faafd2aa48d5
child 1655
d2b583fdde1c
diff -r 67c7ffaed401 -r b6390d242303 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Fri Feb 10 19:33:45 2012 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sat Feb 11 14:54:14 2012 +0100
@@ -170,6 +170,9 @@
 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td>
 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td>
 </tr><tr>
+<td><a href="#Hg.hgPhase">hgPhase</a></td>
+<td>Public method to change the phase of revisions.</td>
+</tr><tr>
 <td><a href="#Hg.hgPreviewBundle">hgPreviewBundle</a></td>
 <td>Public method used to view the log of incoming changes from a changegroup file.</td>
 </tr><tr>
@@ -712,6 +715,25 @@
 <dd>
 file/directory name to show the log of (string)
 </dd>
+</dl><a NAME="Hg.hgPhase" ID="Hg.hgPhase"></a>
+<h4>Hg.hgPhase</h4>
+<b>hgPhase</b>(<i>name, data=None</i>)
+<p>
+        Public method to change the phase of revisions.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+directory name of the project to export from (string)
+</dd><dt><i>data</i></dt>
+<dd>
+tuple giving phase data (list of revisions, phase, flag
+            indicating a forced operation) (list of strings, string, boolean)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating success (boolean)
+</dd>
 </dl><a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a>
 <h4>Hg.hgPreviewBundle</h4>
 <b>hgPreviewBundle</b>(<i>name</i>)

eric ide

mercurial