Submitter | phabricator |
---|---|
Date | Jan. 28, 2021, 6:19 a.m. |
Message ID | <differential-rev-PHID-DREV-33opjpr5sms7wuecybj5-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48209/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -2536,8 +2536,6 @@ for r in repo.revs(b"::%ln", common): commonnodes.add(cl.node(r)) if commonnodes: - # XXX: we should only send the filelogs (and treemanifest). user - # already has the changelog and manifest packer = changegroup.getbundler( cgversion, repo,