Mercurial > hg
view rust/rhg/Cargo.toml @ 45074:797ef6f8295e
fix: prefetch file contents
This prevents the worker subprocesses from contacting the server individually,
which is either inefficient, or leads to problems if the connection is shared
among them.
Differential Revision: https://phab.mercurial-scm.org/D8723
author | Rodrigo Damazio Bovendorp <rdamazio@google.com> |
---|---|
date | Thu, 09 Jul 2020 20:46:52 -0700 |
parents | 18f8d3b31baa |
children | b1cea0dc9db0 |
line wrap: on
line source
[package] name = "rhg" version = "0.1.0" authors = ["Antoine Cezar <antoine.cezar@octobus.net>"] edition = "2018" [dependencies] hg-core = { path = "../hg-core"} clap = "2.33.1"