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

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3342
f8cd11fa94ed
child 3591
2f2a4a76dd22
diff -r 96232974dcdb -r 645c12de6b0c Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html	Sun Mar 30 22:00:14 2014 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html	Thu Apr 03 23:05:31 2014 +0200
@@ -104,6 +104,9 @@
 <td><a href="#HgStatusDialog.__getUnversionedItems">__getUnversionedItems</a></td>
 <td>Private method to retrieve all entries, that have an unversioned status.</td>
 </tr><tr>
+<td><a href="#HgStatusDialog.__lfAdd">__lfAdd</a></td>
+<td>Private slot to add a file to the repository.</td>
+</tr><tr>
 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td>
 <td>Private slot connected to the finished signal.</td>
 </tr><tr>
@@ -131,6 +134,9 @@
 <td><a href="#HgStatusDialog.__sbsDiff">__sbsDiff</a></td>
 <td>Private slot to handle the Diff context menu entry.</td>
 </tr><tr>
+<td><a href="#HgStatusDialog.__showAddMenu">__showAddMenu</a></td>
+<td>Private slot to prepare the Add button menu before it is shown.</td>
+</tr><tr>
 <td><a href="#HgStatusDialog.__showContextMenu">__showContextMenu</a></td>
 <td>Protected slot to show the context menu of the status list.</td>
 </tr><tr>
@@ -323,6 +329,16 @@
 <dd>
 list of all items with an unversioned status
 </dd>
+</dl><a NAME="HgStatusDialog.__lfAdd" ID="HgStatusDialog.__lfAdd"></a>
+<h4>HgStatusDialog.__lfAdd</h4>
+<b>__lfAdd</b>(<i>mode</i>)
+<p>
+        Private slot to add a file to the repository.
+</p><dl>
+<dt><i>mode</i></dt>
+<dd>
+add mode (string one of 'normal' or 'large')
+</dd>
 </dl><a NAME="HgStatusDialog.__procFinished" ID="HgStatusDialog.__procFinished"></a>
 <h4>HgStatusDialog.__procFinished</h4>
 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
@@ -387,6 +403,11 @@
 <b>__sbsDiff</b>(<i></i>)
 <p>
         Private slot to handle the Diff context menu entry.
+</p><a NAME="HgStatusDialog.__showAddMenu" ID="HgStatusDialog.__showAddMenu"></a>
+<h4>HgStatusDialog.__showAddMenu</h4>
+<b>__showAddMenu</b>(<i></i>)
+<p>
+        Private slot to prepare the Add button menu before it is shown.
 </p><a NAME="HgStatusDialog.__showContextMenu" ID="HgStatusDialog.__showContextMenu"></a>
 <h4>HgStatusDialog.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>coord</i>)

eric ide

mercurial