tests/test-status.t
branchstable
changeset 50292 adecb1ab4a0d
parent 49580 2af928d69e8e
child 50360 a20df0150f82
child 50461 98fc949bec14
equal deleted inserted replaced
50291:862969b6c359 50292:adecb1ab4a0d
   847 status emit a warning then behave as if the directory was empty or removed
   847 status emit a warning then behave as if the directory was empty or removed
   848 entirely:
   848 entirely:
   849 
   849 
   850   $ chmod 0 subdir
   850   $ chmod 0 subdir
   851   $ hg status --include subdir
   851   $ hg status --include subdir
   852   subdir: Permission denied
   852   subdir: $EACCES$
   853   R subdir/removed
   853   R subdir/removed
   854   ! subdir/clean
   854   ! subdir/clean
   855   ! subdir/deleted
   855   ! subdir/deleted
   856   ! subdir/modified
   856   ! subdir/modified
   857   $ chmod 755 subdir
   857   $ chmod 755 subdir