comparison mercurial/configitems.py @ 38744:ae17555ef93f stable

config: rename `revlog` section into `storage` The idea was suggested by Gregory Szorc on IRC. It is more generic and seems better. It is probably best to rename the section before it ever makes into an official (non-rc) release. The only config option currently in this section have been prefixed with `revlog` to clarify it applies to `revlog` related storage.
author Boris Feld <boris.feld@octobus.net>
date Fri, 20 Jul 2018 09:08:20 +0200
parents e90130af47ce
children 6c8e3c847977
comparison
equal deleted inserted replaced
38743:10d40c83205b 38744:ae17555ef93f
925 default=dynamicdefault, 925 default=dynamicdefault,
926 ) 926 )
927 coreconfigitem('push', 'pushvars.server', 927 coreconfigitem('push', 'pushvars.server',
928 default=False, 928 default=False,
929 ) 929 )
930 coreconfigitem('revlog', 'optimize-delta-parent-choice', 930 coreconfigitem('storage', 'revlog.optimize-delta-parent-choice',
931 default=True, 931 default=True,
932 alias=[('format', 'aggressivemergedeltas')], 932 alias=[('format', 'aggressivemergedeltas')],
933 ) 933 )
934 coreconfigitem('server', 'bookmarks-pushkey-compat', 934 coreconfigitem('server', 'bookmarks-pushkey-compat',
935 default=True, 935 default=True,