[PATCH 0 of 1] fix issue 1625: incorrect path separator and ui.slash setting handling on Windows

Alejandro Santos alejolp at alejolp.com
Wed Apr 29 15:59:55 CDT 2009


Hi!

I'm sending a patch for the issue 1625. On Windows the hg locate command
incorrectly shows the file listing, mixing Unix and Windows directory
separators and ignoring the ui.slash setting:

C:\Users\Ale\Desktop\test01>hg locate -I . --fullpath *.*
C:\Users\Ale\Desktop\test01\f01/chau.txt
C:\Users\Ale\Desktop\test01\hola.txt

C:\Users\Ale\Desktop\test01>hg showconfig ui.slash
True



More information about the Mercurial-devel mailing list