--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Mon Apr 28 19:18:51 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Mon Apr 28 19:25:39 2014 +0200 @@ -35,8 +35,6 @@ COLORS = [str(QColor(x).name()) for x in COLORNAMES] -# TODO: add an info field next to the message pane giving copyable -# info about branch, author, rev:changeset, date, tags, bookmarks class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog): """ Class implementing a dialog to browse the log history.