##// END OF EJS Templates
help: refactor version/defaults from format section...
timeless -
r27606:ebe57ccd default
parent child Browse files
Show More
@@ -670,33 +670,41 Example for ``~/.hgrc``::
670 Enable or disable the "generaldelta" repository format which improves
670 Enable or disable the "generaldelta" repository format which improves
671 repository compression by allowing "revlog" to store delta against arbitrary
671 repository compression by allowing "revlog" to store delta against arbitrary
672 revision instead of the previous stored one. This provides significant
672 revision instead of the previous stored one. This provides significant
673 improvement for repositories with branches. Enabled by default. Disabling
673 improvement for repositories with branches.
674 this option ensures that the on-disk format of newly created repository will
674
675 be compatible with Mercurial before version 1.9.
675 Repositories with this on-disk format require Mercurial version 1.9.
676
677 Enabled by default.
676
678
677 ``dotencode``
679 ``dotencode``
678 Enable or disable the "dotencode" repository format which enhances
680 Enable or disable the "dotencode" repository format which enhances
679 the "fncache" repository format (which has to be enabled to use
681 the "fncache" repository format (which has to be enabled to use
680 dotencode) to avoid issues with filenames starting with ._ on
682 dotencode) to avoid issues with filenames starting with ._ on
681 Mac OS X and spaces on Windows. Enabled by default. Disabling this
683 Mac OS X and spaces on Windows.
682 option ensures that the on-disk format of newly created
684
683 repositories will be compatible with Mercurial before version 1.7.
685 Repositories with this on-disk format require Mercurial version 1.7.
686
687 Enabled by default.
684
688
685 ``usefncache``
689 ``usefncache``
686 Enable or disable the "fncache" repository format which enhances
690 Enable or disable the "fncache" repository format which enhances
687 the "store" repository format (which has to be enabled to use
691 the "store" repository format (which has to be enabled to use
688 fncache) to allow longer filenames and avoids using Windows
692 fncache) to allow longer filenames and avoids using Windows
689 reserved names, e.g. "nul". Enabled by default. Disabling this
693 reserved names, e.g. "nul".
690 option ensures that the on-disk format of newly created
694
691 repositories will be compatible with Mercurial before version 1.1.
695 Repositories with this on-disk format require Mercurial version 1.1.
696
697 Enabled by default.
692
698
693 ``usestore``
699 ``usestore``
694 Enable or disable the "store" repository format which improves
700 Enable or disable the "store" repository format which improves
695 compatibility with systems that fold case or otherwise mangle
701 compatibility with systems that fold case or otherwise mangle
696 filenames. Enabled by default. Disabling this option will allow
702 filenames. Disabling this option will allow you to store longer filenames
697 you to store longer filenames in some situations at the expense of
703 in some situations at the expense of compatibility.
698 compatibility and ensures that the on-disk format of newly created
704
699 repositories will be compatible with Mercurial before version 0.9.4.
705 Repositories with this on-disk format require Mercurial version 0.9.4.
706
707 Enabled by default.
700
708
701 ``graph``
709 ``graph``
702 ---------
710 ---------
General Comments 0
You need to be logged in to leave comments. Login now