# HG changeset patch # User Matt Harbison # Date 1452661766 18000 # Node ID 5dcadc6c5aed543c0dfaf54890c0b8c19555360a # Parent 6b639caa1652cc587cbddbe380667ad6c80cf03d test-status: stabilize for no-execbit platforms The preceding #if conditional was the only modification to the file, so the "reverting file" line in the subsequent revert command was getting dropped. diff -r 6b639caa1652 -r 5dcadc6c5aed tests/test-status.t --- a/tests/test-status.t Tue Jan 12 18:38:49 2016 -0800 +++ b/tests/test-status.t Wed Jan 13 00:09:26 2016 -0500 @@ -386,12 +386,12 @@ $ hg status -A --rev 0 M file + $ hg revert -r 0 . + reverting file #endif reverted and commit change should appear clean - $ hg revert -r 0 . - reverting file $ hg ci -m a $ hg status -A --rev 0 --rev 2 C file