Added a TODO to the Mercurial interface.

Fri, 24 Jan 2014 18:27:43 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 24 Jan 2014 18:27:43 +0100
changeset 3226
c8de45d1a853
parent 3224
388f4ff59773
child 3227
520d79af33af

Added a TODO to the Mercurial interface.

Plugins/VcsPlugins/vcsMercurial/hg.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Wed Jan 22 18:35:38 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri Jan 24 18:27:43 2014 +0100
@@ -2199,6 +2199,8 @@
         cfgFile = os.path.join(repodir, self.adminDir, "hgrc")
         if not os.path.exists(cfgFile):
             try:
+                # TODO: open a dialog to enter the basic data
+                # default and default-push
                 cfg = open(cfgFile, "w")
                 cfg.close()
                 self.__monitorRepoIniFile(repodir)

eric ide

mercurial