Added a TODO marker to the Mercurial log browser dialog.

Thu, 24 Apr 2014 18:57:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 24 Apr 2014 18:57:10 +0200
changeset 3531
c4b36c72184d
parent 3529
fe95bb87d3c8
child 3533
123dd8b3189a
child 3534
325a637dbb14

Added a TODO marker to the Mercurial log browser dialog.

Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py file | annotate | diff | comparison | revisions
--- 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