tests/test-annotate.t
changeset 35230 feecfefeba25
parent 34487 323bed58cf57
child 36510 0a7c59a4c835
child 36685 2a258985ffeb
equal deleted inserted replaced
35229:61ff0d7d56fd 35230:feecfefeba25
   554 annotate missing file
   554 annotate missing file
   555 
   555 
   556   $ rm baz
   556   $ rm baz
   557 
   557 
   558   $ hg annotate -ncr "wdir()" baz
   558   $ hg annotate -ncr "wdir()" baz
   559   abort: $TESTTMP\repo\baz: The system cannot find the file specified (windows !)
   559   abort: $TESTTMP\repo\baz: $ENOENT$ (windows !)
   560   abort: No such file or directory: $TESTTMP/repo/baz (no-windows !)
   560   abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !)
   561   [255]
   561   [255]
   562 
   562 
   563 annotate removed file
   563 annotate removed file
   564 
   564 
   565   $ hg rm baz
   565   $ hg rm baz
   566 
   566 
   567   $ hg annotate -ncr "wdir()" baz
   567   $ hg annotate -ncr "wdir()" baz
   568   abort: $TESTTMP\repo\baz: The system cannot find the file specified (windows !)
   568   abort: $TESTTMP\repo\baz: $ENOENT$ (windows !)
   569   abort: No such file or directory: $TESTTMP/repo/baz (no-windows !)
   569   abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !)
   570   [255]
   570   [255]
   571 
   571 
   572   $ hg revert --all --no-backup --quiet
   572   $ hg revert --all --no-backup --quiet
   573   $ hg id -n
   573   $ hg id -n
   574   20
   574   20