revbranchcache: advertise and use 'rbc' exchange capability
The feature is now advertised and use. Updating the branchmap cache can be very expensive (up to minutes on large repository) and fetching revision branch data is about 80% of that. Exchanging the rev branch cache over the wire really help to recover from branch map invalidation. (There is a good chance other in flight chance would conflict on test-http-bad-server.t and other. So here is a small note to help update that test again: capabilities=19bytes, part-107bytes)
Showing
- mercurial/bundle2.py 1 addition, 0 deletionsmercurial/bundle2.py
- tests/common-pattern.py 4 additions, 1 deletiontests/common-pattern.py
- tests/test-acl.t 54 additions, 54 deletionstests/test-acl.t
- tests/test-bookmarks-pushpull.t 8 additions, 8 deletionstests/test-bookmarks-pushpull.t
- tests/test-clone-uncompressed.t 2 additions, 0 deletionstests/test-clone-uncompressed.t
- tests/test-debugcommands.t 2 additions, 1 deletiontests/test-debugcommands.t
- tests/test-http-bad-server.t 99 additions, 98 deletionstests/test-http-bad-server.t
- tests/test-http.t 4 additions, 4 deletionstests/test-http.t
- tests/test-obsolete-changeset-exchange.t 5 additions, 2 deletionstests/test-obsolete-changeset-exchange.t
- tests/test-rebase-conflicts.t 1 addition, 1 deletiontests/test-rebase-conflicts.t
- tests/test-ssh-bundle1.t 2 additions, 2 deletionstests/test-ssh-bundle1.t
- tests/test-ssh-proto-unbundle.t 60 additions, 60 deletionstests/test-ssh-proto-unbundle.t
- tests/test-ssh-proto.t 100 additions, 100 deletionstests/test-ssh-proto.t
- tests/test-ssh.t 2 additions, 2 deletionstests/test-ssh.t
- tests/test-static-http.t 7 additions, 0 deletionstests/test-static-http.t
- tests/test-tags.t 4 additions, 0 deletionstests/test-tags.t
Loading
Please register or sign in to comment