rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 26 May 2018 11:31:51 +0900
changeset 38176 df5f6881cebd
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
unionrepo: fill in uncompressed length of revlog entry It can be either -1 or a valid length, but shouldn't be None. IIUC, we can simply trust the length retrieved from the revlog to be overlaid. I don't bother thinking whether the compressed length can be copied as well. We'll need to fix it later.

[workspace]
members = ["hgcli"]