Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 3531
c4b36c72184d
parent 3518
1d681235c1b4
child 3534
325a637dbb14
equal deleted inserted replaced
3529:fe95bb87d3c8 3531:c4b36c72184d
27 "cyan", "olive", "magenta", "darkred", "darkmagenta", 27 "cyan", "olive", "magenta", "darkred", "darkmagenta",
28 "darkcyan", "gray", "yellow"] 28 "darkcyan", "gray", "yellow"]
29 COLORS = [str(QColor(x).name()) for x in COLORNAMES] 29 COLORS = [str(QColor(x).name()) for x in COLORNAMES]
30 30
31 31
32 # TODO: add an info field next to the message pane giving copyable
33 # info about branch, author, rev:changeset, date, tags, bookmarks
32 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): 34 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog):
33 """ 35 """
34 Class implementing a dialog to browse the log history. 36 Class implementing a dialog to browse the log history.
35 """ 37 """
36 IconColumn = 0 38 IconColumn = 0

eric ide

mercurial