##// END OF EJS Templates
tests: conditionalize test output on Python 3.7...
Gregory Szorc -
r41489:d5357238 default
parent child Browse files
Show More
@@ -227,9 +227,11 b' List of files accessed over HTTP:'
227 227 /.hg/requires
228 228 /.hg/store/00changelog.i
229 229 /.hg/store/00manifest.i
230 /.hg/store/data/%7E2ehgsub.i
231 /.hg/store/data/%7E2ehgsubstate.i
230 /.hg/store/data/%7E2ehgsub.i (no-py37 !)
231 /.hg/store/data/%7E2ehgsubstate.i (no-py37 !)
232 232 /.hg/store/data/a.i
233 /.hg/store/data/~2ehgsub.i (py37 !)
234 /.hg/store/data/~2ehgsubstate.i (py37 !)
233 235 /notarepo/.hg/00changelog.i
234 236 /notarepo/.hg/requires
235 237 /remote-with-names/.hg/bookmarks
@@ -243,8 +245,9 b' List of files accessed over HTTP:'
243 245 /remote-with-names/.hg/requires
244 246 /remote-with-names/.hg/store/00changelog.i
245 247 /remote-with-names/.hg/store/00manifest.i
246 /remote-with-names/.hg/store/data/%7E2ehgtags.i
248 /remote-with-names/.hg/store/data/%7E2ehgtags.i (no-py37 !)
247 249 /remote-with-names/.hg/store/data/foo.i
250 /remote-with-names/.hg/store/data/~2ehgtags.i (py37 !)
248 251 /remote/.hg/bookmarks
249 252 /remote/.hg/bookmarks.current
250 253 /remote/.hg/cache/branch2-base
@@ -258,10 +261,12 b' List of files accessed over HTTP:'
258 261 /remote/.hg/requires
259 262 /remote/.hg/store/00changelog.i
260 263 /remote/.hg/store/00manifest.i
261 /remote/.hg/store/data/%7E2edotfile%20with%20spaces.i
262 /remote/.hg/store/data/%7E2ehgtags.i
264 /remote/.hg/store/data/%7E2edotfile%20with%20spaces.i (no-py37 !)
265 /remote/.hg/store/data/%7E2ehgtags.i (no-py37 !)
263 266 /remote/.hg/store/data/bar.i
264 267 /remote/.hg/store/data/quux.i
268 /remote/.hg/store/data/~2edotfile%20with%20spaces.i (py37 !)
269 /remote/.hg/store/data/~2ehgtags.i (py37 !)
265 270 /remotempty/.hg/bookmarks
266 271 /remotempty/.hg/bookmarks.current
267 272 /remotempty/.hg/requires
@@ -275,5 +280,6 b' List of files accessed over HTTP:'
275 280 /sub/.hg/requires
276 281 /sub/.hg/store/00changelog.i
277 282 /sub/.hg/store/00manifest.i
278 /sub/.hg/store/data/%7E2ehgtags.i
283 /sub/.hg/store/data/%7E2ehgtags.i (no-py37 !)
279 284 /sub/.hg/store/data/test.i
285 /sub/.hg/store/data/~2ehgtags.i (py37 !)
General Comments 0
You need to be logged in to leave comments. Login now