[cig-commits] commit: fixing tab breaks in the obtainRepositories file

Mercurial hg at geodynamics.org
Mon Nov 24 11:23:07 PST 2008


changeset:   86:be8410b97cd8
branch:      v1.2.x
parent:      84:1c784ffa5db0
user:        www-data at csd.vpac.org
date:        Mon Nov 17 15:00:23 2008 +1100
files:       obtainRepositories.py
description:
fixing tab breaks in the obtainRepositories file


diff -r 1c784ffa5db0 -r be8410b97cd8 obtainRepositories.py
--- a/obtainRepositories.py	Mon Nov 17 14:20:22 2008 +1100
+++ b/obtainRepositories.py	Mon Nov 17 15:00:23 2008 +1100
@@ -51,13 +51,13 @@ for dep in deps:
 		print 'Download failed - ', e
 
 	# and heres some more hackyness to get hg to switch branches
-    # I couldn't find any functionality to do this in the python bindings.
-    # JS - 12/11/2008
-    os.chdir(dep[1])
-    try:
-            os.system("hg up "+branch)
-    except:
-            print "fail"
+	# I couldn't find any functionality to do this in the python bindings.
+	# JS - 12/11/2008
+	os.chdir(dep[1])
+	try:
+		os.system("hg up "+branch)
+	except:
+		print "fail"
 
 # Tell this root repository that its has forest
 c=ConfigParser.ConfigParser()



More information about the CIG-COMMITS mailing list