Mercurial > hg
comparison mercurial/localrepo.py @ 43785:3b039e43a1e6
copies: do not initialize the dictionary with root in changeset copies
We don't strictly need the dict to be prefiled with `{}`. Not doing so will make
the next changeset simpler. This part of a preparation to use native code for
this part of copy tracing.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 13 Nov 2019 09:39:44 +0100 |
parents | 888bd39ed555 |
children | 8042856c90b6 |
comparison
equal
deleted
inserted
replaced
43784:995066c41bb2 | 43785:3b039e43a1e6 |
---|