--- 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])),