Added signature for changeset
f69bffd00abe
Added tag 6.2.1 for changeset
f69bffd00abe
bundle: introduce a --exact option
I have been wanting this options for a long time.
bundlespec: add documentation about existing option
We have some documentation, lets make it complete.
tree-discovery: fix the request debug output and progress location
This is now associated with each request.
debug-discovery: deal with case where common is empty
This code was previously confused by case where:
`heads_common == {nullid}`
debug-discovery: do not abort on unrelated repositories
This is a useful case to consider, so we should not abort in this case.
A warning is still issued.