Submitter | Sune Foldager |
---|---|
Date | Oct. 17, 2014, 1:14 p.m. |
Message ID | <e4f93393a4e62d3d8fd4.1413551692@Cuivienen.local> |
Download | mbox | patch |
Permalink | /patch/6360/ |
State | Superseded |
Headers | show |
Comments
Patch
diff -r 840be5ca03e1 -r e4f93393a4e6 mercurial/changegroup.py --- a/mercurial/changegroup.py Sat Oct 04 16:46:50 2014 +0900 +++ b/mercurial/changegroup.py Wed Sep 24 21:24:06 2014 -0700 @@ -433,6 +433,8 @@ # do nothing with basenode, it is implicitly the previous one in HG10 return struct.pack(self.deltaheader, node, p1n, p2n, linknode) +packermap = {'HG10': (cg1packer, cg1unpacker)} + def _changegroupinfo(repo, nodes, source): if repo.ui.verbose or source == 'bundle': repo.ui.status(_("%d changesets found\n") % len(nodes))