##// END OF EJS Templates
tests: add per-line output conditionals for Windows
Matt Harbison -
r31830:d34316ae default
parent child Browse files
Show More
@@ -31,10 +31,10 b' Trigger branchcache creation:'
31 31 default 10:a7949464abda
32 32 $ ls .hg/cache
33 33 branch2-served
34 checkisexec
35 checklink
36 checklink-target
37 checknoexec
34 checkisexec (execbit !)
35 checklink (symlink !)
36 checklink-target (symlink !)
37 checknoexec (execbit !)
38 38 rbc-names-v1
39 39 rbc-revs-v1
40 40
@@ -49,9 +49,9 b' Ensure branchcache got copied over:'
49 49
50 50 $ ls .hg/cache
51 51 branch2-served
52 checkisexec
53 checklink
54 checklink-target
52 checkisexec (execbit !)
53 checklink (symlink !)
54 checklink-target (symlink !)
55 55
56 56 $ cat a
57 57 a
@@ -441,10 +441,10 b' small reminder of the repository state'
441 441 M b2
442 442 A 1k
443 443 A 2k
444 A b2link
444 A b2link (no-windows !)
445 445 A bin
446 446 A c1
447 A con.xml
447 A con.xml (no-windows !)
448 448 R a2
449 449 $ hg status --change 2
450 450 M b2
@@ -452,10 +452,10 b' small reminder of the repository state'
452 452 M b2
453 453 A 1k
454 454 A 2k
455 A b2link
455 A b2link (no-windows !)
456 456 A bin
457 457 A c1
458 A con.xml
458 A con.xml (no-windows !)
459 459 R a2
460 460 $ hg status --change 4
461 461 A .hgsub
@@ -464,7 +464,7 b' small reminder of the repository state'
464 464 A dos
465 465 A mac
466 466 A mixed
467 R con.xml
467 R con.xml (no-windows !)
468 468 ! a1
469 469 ? b2.orig
470 470 ? c3
@@ -551,9 +551,9 b' check wdir()'
551 551 ------------
552 552
553 553 $ hg status --removed --rev 4
554 R con.xml
554 R con.xml (no-windows !)
555 555 $ fileset "status(4, 'wdir()', removed())"
556 con.xml
556 con.xml (no-windows !)
557 557
558 558 $ hg status --removed --rev 2
559 559 R a2
@@ -585,19 +585,19 b' test with multi revs revset'
585 585 A .hgsubstate
586 586 A 1k
587 587 A 2k
588 A b2link
588 A b2link (no-windows !)
589 589 A bin
590 590 A c1
591 A con.xml
591 A con.xml (no-windows !)
592 592 $ fileset "status('0:1', '3:4', added())"
593 593 .hgsub
594 594 .hgsubstate
595 595 1k
596 596 2k
597 b2link
597 b2link (no-windows !)
598 598 bin
599 599 c1
600 con.xml
600 con.xml (no-windows !)
601 601
602 602 tests with empty value
603 603 ----------------------
@@ -211,10 +211,10 b' r4 has hardlinks in the working dir (not'
211 211 2 r4/.hg/00changelog.i
212 212 2 r4/.hg/branch
213 213 2 r4/.hg/cache/branch2-served
214 2 r4/.hg/cache/checkisexec
214 2 r4/.hg/cache/checkisexec (execbit !)
215 215 3 r4/.hg/cache/checklink (?)
216 ? r4/.hg/cache/checklink-target (glob)
217 2 r4/.hg/cache/checknoexec
216 ? r4/.hg/cache/checklink-target (glob) (symlink !)
217 2 r4/.hg/cache/checknoexec (execbit !)
218 218 2 r4/.hg/cache/rbc-names-v1
219 219 2 r4/.hg/cache/rbc-revs-v1
220 220 2 r4/.hg/dirstate
@@ -251,9 +251,9 b' Update back to revision 11 in r4 should '
251 251 2 r4/.hg/00changelog.i
252 252 1 r4/.hg/branch
253 253 2 r4/.hg/cache/branch2-served
254 2 r4/.hg/cache/checkisexec
255 2 r4/.hg/cache/checklink-target
256 2 r4/.hg/cache/checknoexec
254 2 r4/.hg/cache/checkisexec (execbit !)
255 2 r4/.hg/cache/checklink-target (symlink !)
256 2 r4/.hg/cache/checknoexec (execbit !)
257 257 2 r4/.hg/cache/rbc-names-v1
258 258 2 r4/.hg/cache/rbc-revs-v1
259 259 1 r4/.hg/dirstate
@@ -672,9 +672,9 b' Missing tags2* files means the cache was'
672 672
673 673 $ ls tagsclient/.hg/cache
674 674 branch2-served
675 checkisexec
676 checklink
677 checklink-target
675 checkisexec (execbit !)
676 checklink (symlink !)
677 checklink-target (symlink !)
678 678 hgtagsfnodes1
679 679 rbc-names-v1
680 680 rbc-revs-v1
@@ -699,9 +699,9 b' Running hg tags should produce tags2* fi'
699 699
700 700 $ ls tagsclient/.hg/cache
701 701 branch2-served
702 checkisexec
703 checklink
704 checklink-target
702 checkisexec (execbit !)
703 checklink (symlink !)
704 checklink-target (symlink !)
705 705 hgtagsfnodes1
706 706 rbc-names-v1
707 707 rbc-revs-v1
General Comments 0
You need to be logged in to leave comments. Login now