##// END OF EJS Templates
configitems: register the 'web.archivesubrepos' config
Boris Feld -
r34829:46610c85 default
parent child Browse files
Show More
@@ -954,6 +954,9 b" coreconfigitem('web', 'allow_push',"
954 coreconfigitem('web', 'allowzip',
954 coreconfigitem('web', 'allowzip',
955 default=False,
955 default=False,
956 )
956 )
957 coreconfigitem('web', 'archivesubrepos',
958 default=False,
959 )
957 coreconfigitem('web', 'cache',
960 coreconfigitem('web', 'cache',
958 default=True,
961 default=True,
959 )
962 )
General Comments 0
You need to be logged in to leave comments. Login now