[PATCH] url: do not encode backslash in local paths (fixes 4e8f2310f310)

Brodie Rao brodie at bitheap.org
Mon Mar 28 21:07:36 CDT 2011


On Mon, Mar 28, 2011 at 6:39 PM, timeless <timeless at gmail.com> wrote:
> On Tue, Mar 29, 2011 at 4:00 AM, Brodie Rao <brodie at bitheap.org> wrote:
>> We should try to detect the drive letter when parsing the scheme out.
>> We can do this just when os.name == 'nt'. It should do the same test
>> that localpath() does and that drop_scheme() did.
>
> technically symbian and vms and w9x also use drive letters iirc
>

Perhaps we should just use the hack unconditionally, then?


More information about the Mercurial-devel mailing list