Mercurial > hg
comparison tests/test-status @ 5239:8860f29447c1
imerge: fix ancestor calculation
If wctx already has two parents, ancestor calculation is wrong.
Normally merge is called before wctx gets the second parent, so
we simulate this in imerge by temporarily popping the second parent
before calling filemerge. Highly dirty.
This patch also handles the ParseError move from cmdutil to dispatch.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 23 Aug 2007 19:51:59 -0700 |
parents | a7b61c3b0f93 |
children | a1ebd5cd7e55 |
comparison
equal
deleted
inserted
replaced
5235:988ed47d9d65 | 5239:8860f29447c1 |
---|