HomeSoftware Heritage

svn: Use urllib.parse.quote to percent encode svn URLs

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

svn: Use urllib.parse.quote to percent encode svn URLs

In order to detect all ascii characters that must be percent encoded
in svn URLs, add a brute force test and use urllib.parse.quote in
quote_svn_url function.

Details

Provenance
anlambertAuthored on Dec 7 2022, 11:28 AM
anlambertPushed on Dec 8 2022, 5:20 PM
Differential Revision
D8943: svn: Use urllib.parse.quote to percent encode svn URLs
Build Status
Buildable 33195
Build 52042: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.