Submitter | phabricator |
---|---|
Date | May 30, 2020, 4:56 p.m. |
Message ID | <differential-rev-PHID-DREV-osegyhhj2bqfy2q6ik5b-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46416/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -3,6 +3,12 @@ == New Experimental Features == + * The core of some hg operations have been (and are being) + implemented in rust, for speed. `hg status` on a repository with + 300k tracked files goes from 1.8s to 0.6s for instance. + This has currently been tested only on linux, and does not build on + windows. See rust/README.rst in the mercurial repository for + instructions to opt into this. == Backwards Compatibility Changes ==