Failing test for schemes extension

Alexander Solovyov piranha at piranha.org.ua
Tue Apr 6 14:22:29 CDT 2010


On 2010-04-06, Michael Glassford wrote:

> Environment info:
> Mac OSX 10.5.8
> Python 2.6.5
> Mercurial 1.5+20100307

Hm, I have almost the same (os x 10.6.3, python 2.6.1), but test is not failing.

> The call to url.hidepassword (which is defined in mecurial/url.py) is what's
> removing the expected "//". The following snippet illustrates  this behavior:

>>>> import urlparse
>>>> url = "l://"
>>>> scheme, netloc, path, params, query, fragment = urlparse.urlparse(url)
>>>> urlparse.urlunparse((scheme, netloc, path, params, query, fragment))
> 'l:'

I've got 'l://' here. That's strange...

-- 
Alexander


More information about the Mercurial-devel mailing list