Show More
@@ -594,28 +594,18 b' annotate renamed file' | |||||
594 | annotate missing file |
|
594 | annotate missing file | |
595 |
|
595 | |||
596 | $ rm baz |
|
596 | $ rm baz | |
597 | #if windows |
|
|||
598 | $ hg annotate -ncr "wdir()" baz |
|
597 | $ hg annotate -ncr "wdir()" baz | |
599 | abort: $TESTTMP\repo\baz: The system cannot find the file specified |
|
598 | abort: $TESTTMP/repo/baz: $ENOENT$ (windows !) | |
|
599 | abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !) | |||
600 | [255] |
|
600 | [255] | |
601 | #else |
|
|||
602 | $ hg annotate -ncr "wdir()" baz |
|
|||
603 | abort: $ENOENT$: $TESTTMP/repo/baz |
|
|||
604 | [255] |
|
|||
605 | #endif |
|
|||
606 |
|
601 | |||
607 | annotate removed file |
|
602 | annotate removed file | |
608 |
|
603 | |||
609 | $ hg rm baz |
|
604 | $ hg rm baz | |
610 | #if windows |
|
|||
611 | $ hg annotate -ncr "wdir()" baz |
|
605 | $ hg annotate -ncr "wdir()" baz | |
612 | abort: $TESTTMP\repo\baz: The system cannot find the file specified |
|
606 | abort: $TESTTMP/repo/baz: $ENOENT$ (windows !) | |
|
607 | abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !) | |||
613 | [255] |
|
608 | [255] | |
614 | #else |
|
|||
615 | $ hg annotate -ncr "wdir()" baz |
|
|||
616 | abort: $ENOENT$: $TESTTMP/repo/baz |
|
|||
617 | [255] |
|
|||
618 | #endif |
|
|||
619 |
|
609 | |||
620 | Test annotate with whitespace options |
|
610 | Test annotate with whitespace options | |
621 |
|
611 |
General Comments 0
You need to be logged in to leave comments.
Login now