# HG changeset patch # User Matt Harbison # Date 2016-01-13 05:09:26 # 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 --git a/tests/test-status.t b/tests/test-status.t --- a/tests/test-status.t +++ b/tests/test-status.t @@ -386,12 +386,12 @@ reverted file with changed flag should a $ 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