[cig-commits] commit: Merging back into the default

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


changeset:   87:2638ad80639e
tag:         tip
parent:      85:2d0e6b4b91c5
parent:      86:be8410b97cd8
user:        www-data at csd.vpac.org
date:        Mon Nov 17 15:01:14 2008 +1100
description:
Merging back into the default


diff -r 2d0e6b4b91c5 -r 2638ad80639e obtainRepositories.py
--- a/obtainRepositories.py	Mon Nov 17 14:22:58 2008 +1100
+++ b/obtainRepositories.py	Mon Nov 17 15:01:14 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