##// END OF EJS Templates
tests: fix backslashes in test-casefolding
Matt Mackall -
r24865:d90e50c6 stable
parent child Browse files
Show More
@@ -161,8 +161,8 b' issue 4481: revert across case only rena'
161 $ echo 'foo' > a/B/c/D/E
161 $ echo 'foo' > a/B/c/D/E
162 $ hg ci -m 'e content change'
162 $ hg ci -m 'e content change'
163 $ hg revert --all -r 0
163 $ hg revert --all -r 0
164 removing a\B\c\D\E
164 removing a/B/c/D/E (glob)
165 adding a\B\c\D\e
165 adding a/B/c/D/e (glob)
166 $ find * | sort
166 $ find * | sort
167 a
167 a
168 a/B
168 a/B
General Comments 0
You need to be logged in to leave comments. Login now