##// END OF EJS Templates
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9b...
Adrian Buehlmann -
r17781:8ce53574 default
parent child Browse files
Show More
@@ -1224,13 +1224,7 b' test hg log on non-existent files and on'
1224 $ echo 1 > d4.hg/f1
1224 $ echo 1 > d4.hg/f1
1225 $ echo 1 > d5.d/f1
1225 $ echo 1 > d5.d/f1
1226 $ echo 1 > .d6/f1
1226 $ echo 1 > .d6/f1
1227 $ hg add .
1227 $ hg -q add .
1228 adding .d6/f1
1229 adding D2/f1
1230 adding D3.i/f1
1231 adding d1/f1
1232 adding d4.hg/f1
1233 adding d5.d/f1
1234 $ hg commit -m "a bunch of weird directories"
1228 $ hg commit -m "a bunch of weird directories"
1235 $ hg log -l1 d1/f1 | grep changeset
1229 $ hg log -l1 d1/f1 | grep changeset
1236 changeset: 0:65624cd9070a
1230 changeset: 0:65624cd9070a
General Comments 0
You need to be logged in to leave comments. Login now