.hg-format-source
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 19 Nov 2019 14:54:13 -0800
changeset 5011 04104042c6ad
parent 4814 48b30ff742cb
permissions -rw-r--r--
evolve: delete redundant and incorrect code for updating dirstate In relocate() when we notice conflicts, we will try to fix up the dirstate by calling copies.duplicatecopies() and dirstatedance(). However, we had called _evolvemerge() just before that point and that has already fixed up the dirstate, so there's no need to do it again. Also, we did it incorrectly as the test case shows.

{"pattern": "glob:hgext3rd/**/*.py", "tool": "byteify-strings"}