[PATCH] enable long/reserved paths on Windows (EXPERIMENTAL)

Adrian Buehlmann adrian at cadifra.com
Wed Jun 25 08:09:05 CDT 2008


On 25.06.2008 14:12, Adrian Buehlmann wrote:
> So the important thing I added is the line:
> 
> +        fn = str(fn) # convert to non-unicode string (needed on Windows)
> 
> I'm not sure if that's the correct way to get rid of the unicode strings.

the correct function to use would be encode(), I was told.

(just for the records)


More information about the Mercurial-devel mailing list