mercurial/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 14 Oct 2015 11:05:53 -0700
changeset 26691 23c0da28c034
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
clonebundles: advertise clone bundles feature to clients Server operators that have enabled clone bundles probably want clients to use it. This patch introduces a feature that will insert a bundle2 "output" part that advertises the existence of the clone bundles feature to clients that aren't using it. The server uses the "cbattempted" argument to "getbundle" to determine whether a client supports clone bundles and to avoid sending the message to clients that failed the clone bundle for whatever reason.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: