Mercurial > evolve
diff README @ 957:2cde59f3cb5d
evolve: add a push pass using bundle2
Instead of using a dedicated wireprotocol commands, we use bundle2 to transmit
an obs marker parts. This aims at both testing bundle2 more and to limit the
amount of special code we needs to put in simple for server to fit our needs.
The massive test changes comes from the fact we can use this fast path for both
remote and local push.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 20 May 2014 13:41:27 -0700 |
parents | 72670e282460 |
children | 0304fc2bab15 |
line wrap: on
line diff
--- a/README Mon Jun 02 14:44:13 2014 -0700 +++ b/README Tue May 20 13:41:27 2014 -0700 @@ -64,6 +64,7 @@ - added progress when pulling obsmarkers - only pull markers relevant to pulled subset - avoid exchanging common markers in some case + - use bundle2 as transport when available. - add a hook related to the new commands 3.3.2 -- 2014-05-14