Added some TODOs to the Mercurial commit dialog.

Wed, 16 Nov 2016 19:06:28 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 16 Nov 2016 19:06:28 +0100
changeset 5327
1bf444289f77
parent 5326
193a09704ec0
child 5328
9c11e9285a46

Added some TODOs to the Mercurial commit dialog.

Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py	Tue Nov 15 19:05:12 2016 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py	Wed Nov 16 19:06:28 2016 +0100
@@ -17,6 +17,8 @@
 import Preferences
 
 
+# TODO: add capability to set the author
+# TODO: add capability to set date and time, 
 class HgCommitDialog(QWidget, Ui_HgCommitDialog):
     """
     Class implementing a dialog to enter the commit message.

eric ide

mercurial