Re: svn stat on new files
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-06 23:40:03 CET
Matt Kraai <kraai@alumni.cmu.edu> writes:
That regexp
> + for line in stat_output:
will match both "? newfile" and " newfile". Maybe you want
re.match("^ +newfile", line):
instead, or something like that?
-K
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.