diff -r a8478b808f17 -r dad8a5071b0a tests/test-locate.t --- a/tests/test-locate.t Thu Dec 14 22:26:46 2017 +0900 +++ b/tests/test-locate.t Sat Oct 21 17:19:02 2017 +0900 @@ -151,4 +151,13 @@ $ hg files . [1] +Convert native path separator to slash (issue5572) + + $ hg files -T '{path|slashpath}\n' + ../b + ../dir.h/foo + ../t.h + ../t/e.h + ../t/x + $ cd ../..