Submitter | phabricator |
---|---|
Date | Nov. 9, 2019, 5:19 a.m. |
Message ID | <e33749dbefcdd55171ae2bd614f8a6c5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43031/ |
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):