##// END OF EJS Templates
configitems: register the 'web.allow_push' config
Boris Feld -
r34604:cc5445ce default
parent child Browse files
Show More
@@ -721,6 +721,9 b" coreconfigitem('web', 'allowgz',"
721 721 coreconfigitem('web', 'allowpull',
722 722 default=True,
723 723 )
724 coreconfigitem('web', 'allow_push',
725 default=list,
726 )
724 727 coreconfigitem('web', 'accesslog',
725 728 default='-',
726 729 )
General Comments 0
You need to be logged in to leave comments. Login now