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

branch
eric7
changeset 10215
d476667171a1
parent 10070
9f5758c0fec1
child 10438
4cd7e5a8b3cf
diff -r de0718b80010 -r d476667171a1 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Mon Sep 25 12:09:23 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Tue Sep 26 18:26:21 2023 +0200
@@ -239,6 +239,10 @@
 <td>Private method to select or unselect all log entries.</td>
 </tr>
 <tr>
+<td><a href="#HgLogBrowserDialog.__selectBranches">__selectBranches</a></td>
+<td>Private slot to select the branches to be shown.</td>
+</tr>
+<tr>
 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td>
 <td>Private slot to show some error.</td>
 </tr>
@@ -1018,6 +1022,21 @@
 flag indicating to select all entries
 </dd>
 </dl>
+<a NAME="HgLogBrowserDialog.__selectBranches" ID="HgLogBrowserDialog.__selectBranches"></a>
+<h4>HgLogBrowserDialog.__selectBranches</h4>
+<b>__selectBranches</b>(<i>stateFilter=None</i>)
+
+<p>
+        Private slot to select the branches to be shown.
+</p>
+<dl>
+
+<dt><i>stateFilter</i> (list of str (optional))</dt>
+<dd>
+list of state filters ("", "C" or "I") to be presented for
+            selection (None or empty list  means all) (defaults to None)
+</dd>
+</dl>
 <a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a>
 <h4>HgLogBrowserDialog.__showError</h4>
 <b>__showError</b>(<i>out</i>)

eric ide

mercurial