##// END OF EJS Templates
test-annotate: conditionalize output instead of tests
Matt Harbison -
r33341:1a4eca3b default
parent child Browse files
Show More
@@ -553,28 +553,20 annotate renamed file
553 553 annotate missing file
554 554
555 555 $ rm baz
556 #if windows
556
557 557 $ hg annotate -ncr "wdir()" baz
558 abort: $TESTTMP\repo\baz: The system cannot find the file specified
558 abort: $TESTTMP\repo\baz: The system cannot find the file specified (windows !)
559 abort: No such file or directory: $TESTTMP/repo/baz (no-windows !)
559 560 [255]
560 #else
561 $ hg annotate -ncr "wdir()" baz
562 abort: No such file or directory: $TESTTMP/repo/baz
563 [255]
564 #endif
565 561
566 562 annotate removed file
567 563
568 564 $ hg rm baz
569 #if windows
565
570 566 $ hg annotate -ncr "wdir()" baz
571 abort: $TESTTMP\repo\baz: The system cannot find the file specified
567 abort: $TESTTMP\repo\baz: The system cannot find the file specified (windows !)
568 abort: No such file or directory: $TESTTMP/repo/baz (no-windows !)
572 569 [255]
573 #else
574 $ hg annotate -ncr "wdir()" baz
575 abort: No such file or directory: $TESTTMP/repo/baz
576 [255]
577 #endif
578 570
579 571 $ hg revert --all --no-backup --quiet
580 572 $ hg id -n
General Comments 0
You need to be logged in to leave comments. Login now