author | Edouard Gomez <ed.gomez@free.fr> |
Wed, 21 Feb 2007 00:38:06 +0100 | |
changeset 4112 | 59de487f43d7 |
parent 4110 | 20af6a2f0b0e |
child 4113 | b53c6f7dbb1f |
--- a/contrib/convert-repo Fri Feb 23 17:31:00 2007 +0100 +++ b/contrib/convert-repo Wed Feb 21 00:38:06 2007 +0100 @@ -85,7 +85,7 @@ 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]