Added a TODO to the Hg Log Browser dialog.

Thu, 27 Aug 2015 17:14:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 27 Aug 2015 17:14:42 +0200
changeset 4395
6a13466ac768
parent 4393
aa574fe5ea93
child 4396
17373689237b

Added a TODO to the Hg Log Browser dialog.

Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Thu Aug 27 17:03:36 2015 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Thu Aug 27 17:14:42 2015 +0200
@@ -35,6 +35,7 @@
 COLORS = [str(QColor(x).name()) for x in COLORNAMES]
 
 
+# TODO: add push and pull actions
 class HgLogBrowserDialog(QWidget, Ui_HgLogBrowserDialog):
     """
     Class implementing a dialog to browse the log history.

eric ide

mercurial