mercurial/helptext/config.txt
changeset 46310 fc2d5c0aed7f
parent 46308 05a1e44b2224
child 46311 014ac7a32048
equal deleted inserted replaced
46309:2c9c88879ab7 46310:fc2d5c0aed7f
  1957     Control the behavior of Merucrial when using a repository with "persistent"
  1957     Control the behavior of Merucrial when using a repository with "persistent"
  1958     nodemap with an installation of Mercurial without a fast implementation for
  1958     nodemap with an installation of Mercurial without a fast implementation for
  1959     the feature:
  1959     the feature:
  1960 
  1960 
  1961     ``allow``: Silently use the slower implementation to access the repository.
  1961     ``allow``: Silently use the slower implementation to access the repository.
  1962 
  1962     ``warn``: Warn, but use the slower implementation to access the repository.
  1963     Default to "allow"
  1963 
       
  1964     Default to ``warn``
  1964 
  1965 
  1965     For details on the "persistent-nodemap" feature, see:
  1966     For details on the "persistent-nodemap" feature, see:
  1966     :hg:`help config format.use-persistent-nodemap`.
  1967     :hg:`help config format.use-persistent-nodemap`.
  1967 
  1968 
  1968 ``revlog.reuse-external-delta-parent``
  1969 ``revlog.reuse-external-delta-parent``