This is an archive of the discontinued Mercurial Phabricator instance.

copies: get working copy parents from wctx, not dirstate, to make in-mem work
ClosedPublic

Authored by martinvonz on Jan 16 2019, 1:06 AM.

Details

Summary

Before this patch, `run-tests.py test-rebase-conflicts.t
--extra-config-opt rebase.experimental.inmemory=1` would have some
lines that say "searching for copies back to rev 3" changed to
"... rev 1". I don't know of a better way of testing this patch than
doing that manually. There are many other differences, so we're not
ready to use #testcases syntax on the entire test-rebase-conflicts.t
yet.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Jan 16 2019, 1:06 AM
martinvonz updated this revision to Diff 13436.Jan 24 2019, 6:57 PM
This revision was automatically updated to reflect the committed changes.