[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r18382 - trunk/subversion/tests/cmdline

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-02-08 22:20:21 CET

[dlr@tigris.org]
> + #to address svn+ssh urls where '+' seems to be mistaken by the re.match
> + escaped_exp = '^' + re.escape('URL: ' + other_A_url) + '$'

I dunno,

     escaped_exp = '^URL: ' + re.escape(other_A_url) + '$'

seems more readable to me.

Received on Wed Feb 8 22:33:52 2006

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.