Mercurial > hg
comparison mercurial/__init__.py @ 42707:3cffc7bbec26
copies: extract an explicit `computechangesetcopie` method from context
Right now, the logic around changeset centric copies data are buried into the
"changectx" code. We extract this code in a dedicated method (in the copies
module) for clarity. This clarity will help to explicitly compute and caches
these data in the future.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 06 Aug 2019 03:17:40 +0200 |
parents | 3018749a71bb |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
42706:60789444acd6 | 42707:3cffc7bbec26 |
---|