mercurial/configitems.py
changeset 44382 f0027a3dd7cb
parent 44363 f7459da77f23
child 44412 edc8504bc26b
equal deleted inserted replaced
44381:454bc51f114c 44382:f0027a3dd7cb
   757     b'format', b'sparse-revlog', default=True,
   757     b'format', b'sparse-revlog', default=True,
   758 )
   758 )
   759 coreconfigitem(
   759 coreconfigitem(
   760     b'format',
   760     b'format',
   761     b'revlog-compression',
   761     b'revlog-compression',
   762     default=b'zlib',
   762     default=lambda: [b'zlib'],
   763     alias=[(b'experimental', b'format.compression')],
   763     alias=[(b'experimental', b'format.compression')],
   764 )
   764 )
   765 coreconfigitem(
   765 coreconfigitem(
   766     b'format', b'usefncache', default=True,
   766     b'format', b'usefncache', default=True,
   767 )
   767 )