Mercurial > hg
comparison mercurial/helptext/rust.txt @ 48674:f7086f6173f8 stable
dirstate-v2: rename the configuration to enable the format
The rename of the old experimental name was overlooked before the 6.0 release.
We rename everything to use the new name (and keep the released name as an alias
for compatibility).
Differential Revision: https://phab.mercurial-scm.org/D12129
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 01 Feb 2022 16:36:20 +0100 |
parents | 2b271cab2d1c |
children | 363b687bb794 |
comparison
equal
deleted
inserted
replaced
48670:6d2ddea0721a | 48674:f7086f6173f8 |
---|---|
17 The following operations are sped up when using Rust: | 17 The following operations are sped up when using Rust: |
18 | 18 |
19 - discovery of differences between repositories (pull/push) | 19 - discovery of differences between repositories (pull/push) |
20 - nodemap (see :hg:`help config.format.use-persistent-nodemap`) | 20 - nodemap (see :hg:`help config.format.use-persistent-nodemap`) |
21 - all commands using the dirstate (status, commit, diff, add, update, etc.) | 21 - all commands using the dirstate (status, commit, diff, add, update, etc.) |
22 - dirstate-v2 (see :hg:`help config.format.exp-rc-dirstate-v2`) | 22 - dirstate-v2 (see :hg:`help config.format.use-dirstate-v2`) |
23 - iteration over ancestors in a graph | 23 - iteration over ancestors in a graph |
24 | 24 |
25 More features are in the works, and improvements on the above listed are still | 25 More features are in the works, and improvements on the above listed are still |
26 in progress. For more experimental work see the "rhg" section. | 26 in progress. For more experimental work see the "rhg" section. |
27 | 27 |