Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
trunk
Description
The expected output for the scenario of: 1) Removing a directory and commiting the removal. 2) Coping another directory in place of the old directory and commiting that. 3) Performing a reverse merge to restore the initial directory. ... should be 'R ' (replace of the directory) rather than 'A ' (add of the directory). 'revert_tests.py 17' started testing the correct expectation in r26136. This problem was found on trunk (~1.5), but may exist in previous releases as well.