tests/test-fastannotate-hg.t
changeset 41420 b6673e9bdcf6
parent 39929 47cb6750dea3
child 42141 0e41f40b01cc
equal deleted inserted replaced
41419:b5169e79c31c 41420:b6673e9bdcf6
   591 annotate missing file
   591 annotate missing file
   592 
   592 
   593   $ rm baz
   593   $ rm baz
   594   $ hg annotate -ncr "wdir()" baz
   594   $ hg annotate -ncr "wdir()" baz
   595   abort: $TESTTMP/repo/baz: $ENOENT$ (windows !)
   595   abort: $TESTTMP/repo/baz: $ENOENT$ (windows !)
   596   abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !)
   596   abort: $ENOENT$: '$TESTTMP/repo/baz' (no-windows !)
   597   [255]
   597   [255]
   598 
   598 
   599 annotate removed file
   599 annotate removed file
   600 
   600 
   601   $ hg rm baz
   601   $ hg rm baz
   602   $ hg annotate -ncr "wdir()" baz
   602   $ hg annotate -ncr "wdir()" baz
   603   abort: $TESTTMP/repo/baz: $ENOENT$ (windows !)
   603   abort: $TESTTMP/repo/baz: $ENOENT$ (windows !)
   604   abort: $ENOENT$: $TESTTMP/repo/baz (no-windows !)
   604   abort: $ENOENT$: '$TESTTMP/repo/baz' (no-windows !)
   605   [255]
   605   [255]
   606 
   606 
   607 Test annotate with whitespace options
   607 Test annotate with whitespace options
   608 
   608 
   609   $ cd ..
   609   $ cd ..