mercurial/cext/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Mon, 08 May 2017 20:01:06 -0700
changeset 32299 076f1ff43f0f
parent 32251 c48583859e04
permissions -rw-r--r--
clone: warn when streaming was requested but couldn't be performed This helps both users and the people who support them figure out why a stream clone couldn't be performed. In an upcoming patch we're going to add a way for servers to hard abort on a full getbundle. In those cases servers might expect clients to perform a stream clone, so it's important to communicate why one couldn't be done.