comparison tests/test-status.t @ 27743:5dcadc6c5aed

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 13 Jan 2016 00:09:26 -0500
parents 89f49813526c
children 54522bbe1597
comparison
equal deleted inserted replaced
27742:6b639caa1652 27743:5dcadc6c5aed
384 384
385 $ chmod +x file 385 $ chmod +x file
386 $ hg status -A --rev 0 386 $ hg status -A --rev 0
387 M file 387 M file
388 388
389 #endif
390
391 reverted and commit change should appear clean
392
393 $ hg revert -r 0 . 389 $ hg revert -r 0 .
394 reverting file 390 reverting file
391 #endif
392
393 reverted and commit change should appear clean
394
395 $ hg ci -m a 395 $ hg ci -m a
396 $ hg status -A --rev 0 --rev 2 396 $ hg status -A --rev 0 --rev 2
397 C file 397 C file
398 398
399 $ cd .. 399 $ cd ..