eric6/Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 7790
32b8db5a1fb4
parent 7785
9978016560ec
child 7791
f07ded9bc64d
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri Oct 16 17:28:14 2020 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py	Sat Oct 17 14:35:29 2020 +0200
@@ -306,6 +306,7 @@
         if not msg:
             msg = '***'
         
+        # TODO: hg init has to be run with the hg command line client
         args = self.initCommand("init")
         args.append(projectDir)
         # init is not possible with the command server

eric ide

mercurial