Wed, 16 Nov 2016 19:06:28 +0100
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.