Submitter | phabricator |
---|---|
Date | Oct. 16, 2019, 5:34 p.m. |
Message ID | <8af15907c66170b1e00e5c16cd564909@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42416/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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)