Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 3546
adce5fd2d051
parent 3536
c06338ca892b
child 3554
9ca56a89aec5
--- 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.

eric ide

mercurial