Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 3531
c4b36c72184d
parent 3518
1d681235c1b4
child 3534
325a637dbb14
--- 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.

eric ide

mercurial