comparison mercurial/configitems.py @ 34990:cabc840ffdee stable 4.4.1

stable: merge with security patches
author Augie Fackler <augie@google.com>
date Tue, 07 Nov 2017 11:22:24 -0500
parents 0f5521e56b77 1a314176da9c
children 602c168c0207 281214150561
comparison
equal deleted inserted replaced
34982:0f5521e56b77 34990:cabc840ffdee
815 default=None, 815 default=None,
816 ) 816 )
817 coreconfigitem('sparse', 'missingwarning', 817 coreconfigitem('sparse', 'missingwarning',
818 default=True, 818 default=True,
819 ) 819 )
820 coreconfigitem('subrepos', 'allowed',
821 default=dynamicdefault, # to make backporting simpler
822 )
823 coreconfigitem('subrepos', 'hg:allowed',
824 default=dynamicdefault,
825 )
826 coreconfigitem('subrepos', 'git:allowed',
827 default=dynamicdefault,
828 )
829 coreconfigitem('subrepos', 'svn:allowed',
830 default=dynamicdefault,
831 )
820 coreconfigitem('templates', '.*', 832 coreconfigitem('templates', '.*',
821 default=None, 833 default=None,
822 generic=True, 834 generic=True,
823 ) 835 )
824 coreconfigitem('trusted', 'groups', 836 coreconfigitem('trusted', 'groups',