equal
deleted
inserted
replaced
386 $ hg status -A --rev 0 |
386 $ hg status -A --rev 0 |
387 M file |
387 M file |
388 |
388 |
389 $ hg revert -r 0 . |
389 $ hg revert -r 0 . |
390 reverting file |
390 reverting file |
|
391 |
|
392 reverted and committed file with changed flag should appear modified |
|
393 |
|
394 $ hg co -C . |
|
395 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
396 $ chmod +x file |
|
397 $ hg ci -m 'change flag' |
|
398 $ hg status -A --rev 1 --rev 2 |
|
399 M file |
|
400 $ hg diff -r 1 -r 2 |
|
401 |
391 #endif |
402 #endif |
392 |
403 |
393 hg status of binary file starting with '\1\n', a separator for metadata: |
404 hg status of binary file starting with '\1\n', a separator for metadata: |
394 |
405 |
395 $ hg init repo5 |
406 $ hg init repo5 |