Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 3227
520d79af33af
parent 3226
c8de45d1a853
child 3231
a7c9914d1c41
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri Jan 24 18:27:43 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri Jan 24 18:28:52 2014 +0100
@@ -2171,6 +2171,7 @@
         cfgFile = getConfigPath()
         if not os.path.exists(cfgFile):
             try:
+                # TODO: open a dialog to ask for the basic data
                 f = open(cfgFile, "w")
                 f.write("[ui]\nusername = Firstname Lastname"
                         " <email_address>\n")

eric ide

mercurial