src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

branch
eric7
changeset 11109
3de1710db709
parent 10690
fab36645aa7d
diff -r 62f50b72fbb7 -r 3de1710db709 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Thu Dec 19 16:06:08 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Thu Dec 19 19:32:37 2024 +0100
@@ -209,7 +209,7 @@
 </tr>
 <tr>
 <td><a href="#HgLogBrowserDialog.__pullActTriggered">__pullActTriggered</a></td>
-<td>Private slot to pull changes from a remote repository.</td>
+<td>Private slot to pull all or selected changes from a remote repository.</td>
 </tr>
 <tr>
 <td><a href="#HgLogBrowserDialog.__pushActTriggered">__pushActTriggered</a></td>
@@ -980,11 +980,19 @@
 
 <a NAME="HgLogBrowserDialog.__pullActTriggered" ID="HgLogBrowserDialog.__pullActTriggered"></a>
 <h4>HgLogBrowserDialog.__pullActTriggered</h4>
-<b>__pullActTriggered</b>(<i></i>)
+<b>__pullActTriggered</b>(<i>selectedOnly=False</i>)
 <p>
-        Private slot to pull changes from a remote repository.
+        Private slot to pull all or selected changes from a remote repository.
 </p>
 
+<dl>
+
+<dt><i>selectedOnly</i> (bool (optional))</dt>
+<dd>
+flag indicating to pull the selected changes only
+            (defaults to False)
+</dd>
+</dl>
 <a NAME="HgLogBrowserDialog.__pushActTriggered" ID="HgLogBrowserDialog.__pushActTriggered"></a>
 <h4>HgLogBrowserDialog.__pushActTriggered</h4>
 <b>__pushActTriggered</b>(<i></i>)

eric ide

mercurial