tests/test-revlog-raw.py.out
author Boris Feld <boris.feld@octobus.net>
Thu, 18 Jan 2018 14:58:02 +0100
changeset 36966 c0e90df1ab1e
parent 31755 ec48d57de110
child 41034 cca12a31ede5
permissions -rw-r--r--
revbranchcache: add the necessary bit to send 'rbc' data over bundle2 Getbundle is now capable of sending rev-branch-cache information for the changesets it bundle. The data sent are mostly nodes so it is quite compact. The goal of the rev-branch-cache is to speed up branch map computation, especially when the branchmap gets invalidated so we send data for all exchanged changesets. In addition, computing the relevant heads to send in case of partial pulling would be challenging. The feature is still inactive since the capability is not advertised yet.

local test passed
addgroupcopy test passed
clone test passed
lowlevelcopy test passed