##// END OF EJS Templates
test-fileset: forget non-portable files to avoid failures on Windows...
Matt Harbison -
r24424:f7a3ea7b default
parent child Browse files
Show More
@@ -247,6 +247,9 b' Test with a revision'
247 bar
247 bar
248 baz\
248 baz\
249 con.xml
249 con.xml
250 $ hg forget 'bar '
251 $ hg forget 'baz\'
252 $ hg forget 'con.xml'
250 #endif
253 #endif
251
254
252 $ fileset -r4 'subrepo("re:su.*")'
255 $ fileset -r4 'subrepo("re:su.*")'
@@ -271,10 +274,7 b' Test with a revision'
271 a1
274 a1
272 b1
275 b1
273 b2
276 b2
274 bar
275 baz\
276 c1
277 c1
277 con.xml
278 mixed
278 mixed
279 $ fileset 'eol(mac)'
279 $ fileset 'eol(mac)'
280 mac
280 mac
General Comments 0
You need to be logged in to leave comments. Login now