When using a username in the SVN url like: http://user@testing/trunk@2531 the current way of searching for the revision breaks. Not a big deal when using the main django svn, but not very handy when you have django in private subversion repos. The patch fixes this by using a regular expresssion.
When using a username in the SVN url like: http://user@testing/trunk@2531 the current way of searching for the revision breaks. Not a big deal when using the main django svn, but not very handy when you have django in private subversion repos. The patch fixes this by using a regular expresssion.
Imported from Launchpad using lp2gh.