Submitter | phabricator |
---|---|
Date | Nov. 9, 2019, 3:58 p.m. |
Message ID | <720b47f2e60ea088b92dc2e9578b26ae@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43084/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/bundlerepo.py b/mercurial/bundlerepo.py --- a/mercurial/bundlerepo.py +++ b/mercurial/bundlerepo.py @@ -66,7 +66,7 @@ link = linkmapper(cs) if self.index.has_node(node): # this can happen if two branches make the same change - self.bundlerevs.add(self.nodemap[node]) + self.bundlerevs.add(self.index.rev(node)) continue for p in (p1, p2):