[Updated] D8602: rust: update the mention of hgcli in rust/README.rst
valentin.gatienbaron (Valentin Gatien-Baron)
phabricator at mercurial-scm.org
Mon Jun 1 15:48:18 UTC 2020
Closed by commit rHG69d3ce00df99: rust: update the mention of hgcli in rust/README.rst (authored by valentin.gatienbaron).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8602?vs=21537&id=21540
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8602/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8602
AFFECTED FILES
rust/README.rst
CHANGE DETAILS
diff --git a/rust/README.rst b/rust/README.rst
--- a/rust/README.rst
+++ b/rust/README.rst
@@ -8,9 +8,9 @@
There are currently three independent rust projects:
- chg. An implementation of chg, in rust instead of C.
-- hgcli. A experiment for starting hg in rust rather than in python,
- by linking with the python runtime. Probably meant to be replaced by
- PyOxidizer at some point.
+- hgcli. A project that provide a (mostly) self-contained "hg" binary,
+ for ease of deployment and a bit of speed, using PyOxidizer. See
+ hgcli/README.md.
- hg-core (and hg-cpython): implementation of some
functionality of mercurial in rust, e.g. ancestry computations in
revision graphs, status or pull discovery. The top-level ``Cargo.toml`` file
To: valentin.gatienbaron, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200601/773be267/attachment.html>
More information about the Mercurial-patches
mailing list