502
503
"""After connecting, HTTP Transport only deals in relative URLs."""
503
504
# Adjust the relpath based on which URL this smart transport is
506
507
url = urlutils.join(self.base[len('bzr+'):], relpath)
507
508
url = urlutils.normalize_url(url)
508
509
return urlutils.relative_url(http_base, url)