branch | stable |
changeset 16536 | 63c817ea4a70 |
parent 12156 | 4c94b6d0fb1c |
child 44377 | 8561ad49915d |
--- a/tests/test-merge4.t Tue Apr 24 16:32:44 2012 +0200 +++ b/tests/test-merge4.t Sat Apr 28 15:01:57 2012 +0200 @@ -16,5 +16,10 @@ (branch merge, don't forget to commit) $ rm b $ echo This is file c22 > c + +Test hg behaves when committing with a missing file added by a merge + $ hg commit -m "commit #3" + abort: cannot commit merge with missing files + [255]