Mercurial > hg
comparison mercurial/py3kcompat.py @ 23208:f606e07fa148
bundle2: handle empty 'b2x:changegroup' value in push and pull
Changeset e4dc2b0be056 added advertising of supported changegroup version
through the new 'b2x:changegroup' capability. However, this capability is not
new and has been around since 3.1 with an empty value. This makes new clients
unable to push to 3.2 servers through bundle2 as they cannot find a common
changegroup version to use from and empty list.
Treating empty 'b2x:changegroup' value as old client fixes it.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 06 Nov 2014 09:52:57 +0000 |
parents | a7a9d84f5e4a |
children | 5bfd01a3c2a9 |
comparison
equal
deleted
inserted
replaced
23207:ca38764e2f38 | 23208:f606e07fa148 |
---|