Review Board

beta

Updated SVNTool.parse_diff_revision to handle possible whitespace in front of revision argument

Submitted
Updated 4 months, 1 week ago

Mat Schaffer Reviewers
trunk reviewboard
None Review Board SVN
The regular expression in SVNTool didn't like revision lines that had only whitespace between the file and revision arguments.  Like this one that came from svnlook on a revision that contained a new file:

Added: trunk/thingie/more
===================================================================
--- trunk/thingie/more	                        (rev 0)
+++ trunk/thingie/more	2008-07-07 22:36:27 UTC (rev 4)
Unit tests updated.  ./manage.py test scmtools  passed.
Ship it!
Posted 4 months, 1 week ago (July 11th, 2008, 12:24 a.m.)
Looks good. Committed as r1395.