diff --git a/mercurial/helptext/internals/dirstate-v2.txt b/mercurial/helptext/internals/dirstate-v2.txt index 6505d3902eace578ca5a609d619b6f816c2b11ac_bWVyY3VyaWFsL2hlbHB0ZXh0L2ludGVybmFscy9kaXJzdGF0ZS12Mi50eHQ=..5d69a0a23f5ba4e276c59e140b1372b2ac8bafe6_bWVyY3VyaWFsL2hlbHB0ZXh0L2ludGVybmFscy9kaXJzdGF0ZS12Mi50eHQ= 100644 --- a/mercurial/helptext/internals/dirstate-v2.txt +++ b/mercurial/helptext/internals/dirstate-v2.txt @@ -37,8 +37,8 @@ ------------------------------------------------ When creating a new local repository such as with `hg init` or `hg clone`, -the `exp-dirstate-v2` boolean in the `format` configuration section +the `exp-rc-dirstate-v2` boolean in the `format` configuration section controls whether to use this file format. This is disabled by default as of this writing. To enable it for a single repository, run for example:: @@ -41,8 +41,8 @@ controls whether to use this file format. This is disabled by default as of this writing. To enable it for a single repository, run for example:: - $ hg init my-project --config format.exp-dirstate-v2=1 + $ hg init my-project --config format.exp-rc-dirstate-v2=1 Checking the format of an existing local repsitory -------------------------------------------------- @@ -63,7 +63,7 @@ The `debugupgrade` command does various upgrades or downgrades on a local repository based on the current Mercurial version and on configuration. -The same `format.exp-dirstate-v2` configuration is used again. +The same `format.exp-rc-dirstate-v2` configuration is used again. Example to upgrade:: @@ -67,7 +67,7 @@ Example to upgrade:: - $ hg debugupgrade --config format.exp-dirstate-v2=1 + $ hg debugupgrade --config format.exp-rc-dirstate-v2=1 Example to downgrade to `dirstate-v1`:: @@ -71,7 +71,7 @@ Example to downgrade to `dirstate-v1`:: - $ hg debugupgrade --config format.exp-dirstate-v2=0 + $ hg debugupgrade --config format.exp-rc-dirstate-v2=0 Both of this commands do nothing but print a list of proposed changes, which may include changes unrelated to the dirstate.