Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 4395
6a13466ac768
parent 4250
d3bd7c3dcb80
child 4409
ff1cb0107d40
equal deleted inserted replaced
4393:aa574fe5ea93 4395:6a13466ac768
33 "cyan", "olive", "magenta", "darkred", "darkmagenta", 33 "cyan", "olive", "magenta", "darkred", "darkmagenta",
34 "darkcyan", "gray", "yellow"] 34 "darkcyan", "gray", "yellow"]
35 COLORS = [str(QColor(x).name()) for x in COLORNAMES] 35 COLORS = [str(QColor(x).name()) for x in COLORNAMES]
36 36
37 37
38 # TODO: add push and pull actions
38 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): 39 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog):
39 """ 40 """
40 Class implementing a dialog to browse the log history. 41 Class implementing a dialog to browse the log history.
41 """ 42 """
42 IconColumn = 0 43 IconColumn = 0

eric ide

mercurial