[PATCH] convert: normalize paths in convert (issue3612)

Augie Fackler raf at durin42.com
Wed Oct 17 12:59:02 CDT 2012


On Oct 17, 2012, at 12:24 PM, Huayang Guo <huayang at fb.com> wrote:

> # HG changeset patch
> # User Huayang <huayang at fb.com>
> # Date 1349479654 25200
> # Node ID d8850dd60eb381a42eadff3b79a99b00cdd20938
> # Parent  fa714f3ed2989aff64c267c9935251d9fc4f31ee
> convert: normalize paths in convert (issue3612)
> 
> convert doesn't normalise double slashes in paths. Path normalization
> is applied when a path is loaded into filemap and when a file lookup
> request is issued to file map.
> 

[...]

> diff -r fa714f3ed298 -r d8850dd60eb3 tests/test-issue3612.t
> --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> +++ b/tests/test-issue3612.t	Fri Oct 05 16:27:34 2012 -0700


Can we get this added to some existing test file, maybe one of the test-convert-*.t files?


More information about the Mercurial-devel mailing list