Show More
@@ -553,28 +553,20 b' annotate renamed file' | |||||
553 | annotate missing file |
|
553 | annotate missing file | |
554 |
|
554 | |||
555 | $ rm baz |
|
555 | $ rm baz | |
556 | #if windows |
|
556 | ||
557 | $ hg annotate -ncr "wdir()" baz |
|
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 | [255] |
|
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 | annotate removed file |
|
562 | annotate removed file | |
567 |
|
563 | |||
568 | $ hg rm baz |
|
564 | $ hg rm baz | |
569 | #if windows |
|
565 | ||
570 | $ hg annotate -ncr "wdir()" baz |
|
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 | [255] |
|
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 | $ hg revert --all --no-backup --quiet |
|
571 | $ hg revert --all --no-backup --quiet | |
580 | $ hg id -n |
|
572 | $ hg id -n |
General Comments 0
You need to be logged in to leave comments.
Login now