D7123: copies: use an unfiltered repository for the changeset centric algorithm
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Oct 16 21:50:09 UTC 2019
marmoute updated this revision to Diff 17274.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D7123?vs=17250&id=17274
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D7123/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D7123
AFFECTED FILES
mercurial/copies.py
CHANGE DETAILS
diff --git a/mercurial/copies.py b/mercurial/copies.py
--- a/mercurial/copies.py
+++ b/mercurial/copies.py
@@ -204,7 +204,7 @@
if a.rev() in (node.nullrev, b.rev()):
return {}
- repo = a.repo()
+ repo = a.repo().unfiltered()
children = {}
revinfo = _revinfogetter(repo)
To: marmoute, #hg-reviewers, martinvonz
Cc: martinvonz, mercurial-devel
More information about the Mercurial-devel
mailing list