Show More
@@ -3,6 +3,12 b'' | |||||
3 |
|
3 | |||
4 | == New Experimental Features == |
|
4 | == New Experimental Features == | |
5 |
|
5 | |||
|
6 | * The core of some hg operations have been (and are being) | |||
|
7 | implemented in rust, for speed. `hg status` on a repository with | |||
|
8 | 300k tracked files goes from 1.8s to 0.6s for instance. | |||
|
9 | This has currently been tested only on linux, and does not build on | |||
|
10 | windows. See rust/README.rst in the mercurial repository for | |||
|
11 | instructions to opt into this. | |||
6 |
|
12 | |||
7 | == Backwards Compatibility Changes == |
|
13 | == Backwards Compatibility Changes == | |
8 |
|
14 |
General Comments 0
You need to be logged in to leave comments.
Login now