summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgitdm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gitdm b/gitdm
index 9e82bcc..d953120 100755
--- a/gitdm
+++ b/gitdm
@@ -412,9 +412,8 @@ def ReportByESOBs (elist):
EndReport ()
#
-# Here starts the real program. Read the config files.
+# Here starts the real program.
#
-ConfigFile.ConfigFile (CFName)
#
# Let's pre-seed the database with a couple of hackers
@@ -430,6 +429,11 @@ TotalChanged = TotalAdded = TotalRemoved = 0
ParseOpts ()
#
+# Read the config files.
+#
+ConfigFile.ConfigFile (CFName)
+
+#
# Snarf changesets.
#
print >> sys.stderr, 'Grabbing changesets...\r',