mercurial/cffi/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 06 Aug 2019 03:17:40 +0200
changeset 42707 3cffc7bbec26
parent 30346 9cc438bf7d9a
permissions -rw-r--r--
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.