equal
deleted
inserted
replaced
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 |