comparison tests/test-help.t @ 37498:aacfca6f9767

wireproto: support for pullbundles Pullbundles are similar to clonebundles, but served as normal inline bundle streams. They are almost transparent to the client -- the only visible effect is that the client might get less changes than what it asked for, i.e. not all requested head revisions are provided. The client announces support for the necessary retries with the partial-pull capability. After receiving a partial bundle, it updates the set of revisions shared with the server and drops all now-known heads from the request list. It will then rerun getbundle until no changes are received or all remote heads are present. Extend badserverext to support per-socket limit, i.e. don't assume that the same limits should be applied to all sockets. Differential Revision: https://phab.mercurial-scm.org/D1856
author Joerg Sonnenberger <joerg@bec.de>
date Thu, 18 Jan 2018 12:54:01 +0100
parents 4e6a6d0dccee
children 678ab0de7296
comparison
equal deleted inserted replaced
37497:1541e1a8e87d 37498:aacfca6f9767
1523 Commands: 1523 Commands:
1524 1524
1525 bookmarks create a new bookmark or list existing bookmarks 1525 bookmarks create a new bookmark or list existing bookmarks
1526 clone make a copy of an existing repository 1526 clone make a copy of an existing repository
1527 paths show aliases for remote repositories 1527 paths show aliases for remote repositories
1528 pull pull changes from the specified source
1528 update update working directory (or switch revisions) 1529 update update working directory (or switch revisions)
1529 1530
1530 Extensions: 1531 Extensions:
1531 1532
1532 clonebundles advertise pre-generated bundles to seed clones 1533 clonebundles advertise pre-generated bundles to seed clones