Code review comment for lp:~luoyonggang/subvertpy/unittest-win32

Revision history for this message
Yonggang Luo (luoyonggang) wrote :

Please review again, I found the fundamental cause is the URL is not matched. because urllib changed the URL case.
So I changed the code to use urllib.pathname2url to retrieve correct URL.

« Back to merge proposal