src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10214
de0718b80010
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Thu May 25 19:51:47 2023 +0200
@@ -672,7 +672,6 @@
     def __generateIcon(
         self,
         column,
-        color,
         bottomedges,
         topedges,
         dotColor,
@@ -686,8 +685,6 @@
 
         @param column column index of the revision
         @type int
-        @param color color of the node
-        @type int
         @param bottomedges list of edges for the bottom of the node
         @type list of tuples of (int, int, int)
         @param topedges list of edges for the top of the node
@@ -1032,7 +1029,6 @@
 
         icon = self.__generateIcon(
             column,
-            color,
             edges,
             topedges,
             QColor(self.__branchColor(branches[0])),

eric ide

mercurial