Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 3546
adce5fd2d051
parent 3536
c06338ca892b
child 3554
9ca56a89aec5
equal deleted inserted replaced
3545:4a0bbb2d5457 3546:adce5fd2d051
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 an info field next to the message pane giving copyable
39 # info about branch, author, rev:changeset, date, tags, bookmarks
40 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): 38 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog):
41 """ 39 """
42 Class implementing a dialog to browse the log history. 40 Class implementing a dialog to browse the log history.
43 """ 41 """
44 IconColumn = 0 42 IconColumn = 0

eric ide

mercurial