##// END OF EJS Templates
test-status.t: test ui.slash on Windows
Patrick Mezard -
r17377:a10f7eeb default
parent child Browse files
Show More
@@ -330,4 +330,9 b' warning message about such pattern.'
330 $ hg status -A --rev 1 1
330 $ hg status -A --rev 1 1
331 R 1/2/3/4/5/b.txt
331 R 1/2/3/4/5/b.txt
332
332
333 #if windows
334 $ hg --config ui.slash=false status -A --rev 1 1
335 R 1\2\3\4\5\b.txt
336 #endif
337
333 $ cd ..
338 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now