Added a few TODO markers to the hg user config dialog.

Sat, 18 Mar 2017 12:05:31 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 18 Mar 2017 12:05:31 +0100
changeset 5629
1df33bb9df28
parent 5628
3a1bef0560b1
child 5630
11670490db05

Added a few TODO markers to the hg user config dialog.

Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py	Sat Mar 18 11:34:01 2017 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py	Sat Mar 18 12:05:31 2017 +0100
@@ -187,7 +187,7 @@
             if "http_proxy" in self.__config:
                 del self.__config["http_proxy"]
         ###################################################################
-        ## hostfingerprints section
+        ## hostfingerprints/hostsecurity section
         ###################################################################
         if self.__version < (3, 9, 0):
             #
@@ -212,6 +212,10 @@
                 if "hostfingerprints" in self.__config:
                     del self.__config["hostfingerprints"]
         else:
+            # TODO: add support for disabletls10warning = true
+            # TODO: add support for minimumprotocol = (tls1.0, tls1.1, tls1.2)
+            # TODO: add support for <hostname>:minimumprotocol = ...
+            
             #
             # delete hostfingerprints section
             #

eric ide

mercurial