Mercurial > hg
comparison mercurial/helptext/config.txt @ 48681:e845537f6adb
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 02 Feb 2022 17:24:05 +0100 |
parents | 7ee07e1a25c0 f7086f6173f8 |
children | 568f63b5a30f |
comparison
equal
deleted
inserted
replaced
48673:576040155dba | 48681:e845537f6adb |
---|---|
913 | 913 |
914 Repositories with this on-disk format require Mercurial version 1.1. | 914 Repositories with this on-disk format require Mercurial version 1.1. |
915 | 915 |
916 Enabled by default. | 916 Enabled by default. |
917 | 917 |
918 ``exp-rc-dirstate-v2`` | 918 ``use-dirstate-v2`` |
919 Enable or disable the experimental "dirstate-v2" feature. The dirstate | 919 Enable or disable the experimental "dirstate-v2" feature. The dirstate |
920 functionality is shared by all commands interacting with the working copy. | 920 functionality is shared by all commands interacting with the working copy. |
921 The new version is more robust, faster and stores more information. | 921 The new version is more robust, faster and stores more information. |
922 | 922 |
923 The performance-improving version of this feature is currently only | 923 The performance-improving version of this feature is currently only |
937 To accomodate installations of Mercurial without the fast implementation, | 937 To accomodate installations of Mercurial without the fast implementation, |
938 you can downgrade your repository. To do so run the following command: | 938 you can downgrade your repository. To do so run the following command: |
939 | 939 |
940 $ hg debugupgraderepo \ | 940 $ hg debugupgraderepo \ |
941 --run \ | 941 --run \ |
942 --config format.exp-rc-dirstate-v2=False \ | 942 --config format.use-dirstate-v2=False \ |
943 --config storage.dirstate-v2.slow-path=allow | 943 --config storage.dirstate-v2.slow-path=allow |
944 | 944 |
945 For a more comprehensive guide, see :hg:`help internals.dirstate-v2`. | 945 For a more comprehensive guide, see :hg:`help internals.dirstate-v2`. |
946 | 946 |
947 ``use-persistent-nodemap`` | 947 ``use-persistent-nodemap`` |