rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 20 May 2023 01:22:49 +0200
changeset 50556 58e4842fbfc1
parent 45001 cf04f62d1579
child 51119 34e0670caf46
permissions -rw-r--r--
stream-clone: bail-out earlier if stream clone is not requested The `canperformstreamclone` function is bit messy. However it seems clearer to me to check if a stream-clone have been requested by the client or the server at all, before checking if a compatible protocol can be negotiated with the server. So I am doing some gratuitous movement so reorder conditional.

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]