--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Wed Apr 23 18:44:52 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Thu Apr 24 18:57:10 2014 +0200 @@ -29,6 +29,8 @@ 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.