# HG changeset patch # User Edouard Gomez # Date 1172014686 -3600 # Node ID 59de487f43d791b5b48093535d40bcef09e6588d # Parent 20af6a2f0b0eece5df79c0faf42697802d2386c3 Change a bit cvsps arguments - Force updating the cache - Use internal cvs implementation, reducing overhead - Use quiet mode diff --git a/contrib/convert-repo b/contrib/convert-repo --- a/contrib/convert-repo +++ b/contrib/convert-repo @@ -85,7 +85,7 @@ class convert_cvs: os.chdir(self.path) id = None state = 0 - for l in os.popen("cvsps -A"): + for l in os.popen("cvsps -A -u --cvs-direct -q"): if state == 0: # header if l.startswith("PatchSet"): id = l[9:-2]