comparison mercurial/dagparser.py @ 45639:7a757e893532

copies: no longer change the sidedata flag With the new sidedata storage that include data about all file changes, every revision has one, so the sidedata flag is not longer a good way to spot changeset with copy information. So we drop this check to simplify the code We optimisation itself provided an interesting speedup, so we will likely reintroduce something similar, with a dedicated flag, in the future. Differential Revision: https://phab.mercurial-scm.org/D9116
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 25 Sep 2020 14:54:43 +0200
parents 6d001f452bcb
children 89a2afe31e82
comparison
equal deleted inserted replaced
45638:4f876e6b30fa 45639:7a757e893532