Mercurial > hg
comparison mercurial/upgrade.py @ 51644:f28c52a9f7b4
exchange: improve computation of relevant markers for large repos
Find the candidates for nodes with relevant markers by going over
all markers instead of iterating over all nodes. Most nodes will
not have markers anyway.
Further optimize the code by allowing revsets as well, which reduces the
materialization cost.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Tue, 11 Jun 2024 18:47:50 +0200 |
parents | 4f04bb0d8deb |
children | 493034cc3265 |
comparison
equal
deleted
inserted
replaced
51642:69c5f8d6c710 | 51644:f28c52a9f7b4 |
---|