# HG changeset patch # User Pierre-Yves David # Date 1415268343 0 # Node ID ca38764e2f384320f6c01e8bfc273837303fbbd4 # Parent 2d54aa5397cdb1c697673ba10b7618d5ac25c69e bundle2: drop duplicated definition of 'b2x:exchange' This bundle2 capability is going to be dynamically computed in 'getrepocaps'. We do not need to include it in the static value. diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -871,7 +871,6 @@ capabilities = {'HG2Y': (), 'b2x:listkeys': (), 'b2x:pushkey': (), - 'b2x:changegroup': (), 'digests': tuple(sorted(util.DIGESTS.keys())), 'b2x:remote-changegroup': ('http', 'https'), }