##// END OF EJS Templates
help: indicate how to run downgrade a repository using persistent nodemap...
marmoute -
r48569:6d79894d stable
parent child Browse files
Show More
@@ -913,6 +913,14 b' https://www.mercurial-scm.org/wiki/Missi'
913 By default this format variant is disabled if fast implementation is not
913 By default this format variant is disabled if fast implementation is not
914 available and enabled by default if the fast implementation is available.
914 available and enabled by default if the fast implementation is available.
915
915
916 To accomodate install of Mercurial without the fast implementation you can
917 downgrade your repository. To do so run the following command:
918
919 $ hg debugupgraderepo \
920 --run \
921 --config format.use-persistent-nodemap=False \
922 --config storage.revlog.persistent-nodemap.slow-path=allow
923
916 ``use-share-safe``
924 ``use-share-safe``
917 Enforce "safe" behaviors for all "shares" that access this repository.
925 Enforce "safe" behaviors for all "shares" that access this repository.
918
926
General Comments 0
You need to be logged in to leave comments. Login now