changeset 23169 | e4dc2b0be056 |
parent 23139 | e53f6b72a0e4 |
child 23170 | 02e8f9b60052 |
--- a/mercurial/bundle2.py Wed Sep 24 21:24:06 2014 -0700 +++ b/mercurial/bundle2.py Wed Sep 24 21:28:54 2014 -0700 @@ -882,6 +882,7 @@ Exists to allow extensions (like evolution) to mutate the capabilities. """ caps = capabilities.copy() + caps['b2x:changegroup'] = tuple(sorted(changegroup.packermap.keys())) if obsolete.isenabled(repo, obsolete.exchangeopt): supportedformat = tuple('V%i' % v for v in obsolete.formats) caps['b2x:obsmarkers'] = supportedformat