comparison tests/test-merge-revert2.out @ 862:d70c1c31fd45

Fix 3-way-merge of original parent, workdir and new parent. The dirstate has to match what is in the repository (what would be checked out with 'hg update -C'), because the resulting file may be identical to the new parent, or it may be completely different. Previously the dirstate wasn't updated, so if you changed the file to look like the original parent, it might be considered unmodified relative to the new parent.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 10 Aug 2005 06:47:46 +0100
parents 9c918287d10b
children 6225bd773c51
comparison
equal deleted inserted replaced
861:cbe5c4d016b7 862:d70c1c31fd45
42 M file1 42 M file1
43 + hg id 43 + hg id
44 3aa14bbc23d9+ tip 44 3aa14bbc23d9+ tip
45 + hg revert 45 + hg revert
46 + hg diff 46 + hg diff
47 FIXME: This is a known bug:
48 + hg status 47 + hg status
49 + hg id 48 + hg id
50 3aa14bbc23d9 tip 49 3aa14bbc23d9 tip
51 + hg revert -r tip 50 + hg revert -r tip
52 + hg diff 51 + hg diff