[cig-commits] commit: Removing some verbose lines.

Mercurial hg at geodynamics.org
Tue Mar 23 10:33:11 PDT 2010


changeset:   271:48e5d9c753d0
branch:      1.4.x
tag:         1.4.1
user:        JericoRevote
date:        Tue Feb 23 11:42:10 2010 +1100
files:       bittenObtain.py
description:
Removing some verbose lines.


diff -r 3b1d08b5a392 -r 48e5d9c753d0 bittenObtain.py
--- a/bittenObtain.py	Thu Feb 18 11:49:47 2010 +1100
+++ b/bittenObtain.py	Tue Feb 23 11:42:10 2010 +1100
@@ -54,8 +54,7 @@ for dep in deps:
 for dep in deps:
 	os.chdir(cwd)
 	try:
-		print dep[0], '-->', dep[1], '...'
-		hg.clone( u, dep[0], dep[1] );
+		hg.clone( u, dep[0], dep[1], '--quiet' );
 	except util.Abort, e:
 		c = ConfigParser.ConfigParser()
 		try:



More information about the CIG-COMMITS mailing list