Submitter | Boris Feld |
---|---|
Date | Sept. 16, 2017, 6:28 p.m. |
Message ID | <ae88e0abb2c00360bcfb.1505586491@FB> |
Download | mbox | patch |
Permalink | /patch/23956/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r fcbbdb9dffcf -r ae88e0abb2c0 mercurial/configitems.py --- a/mercurial/configitems.py ven. juin 30 03:45:32 2017 +0200 +++ b/mercurial/configitems.py ven. juin 30 03:45:33 2017 +0200 @@ -588,6 +588,9 @@ coreconfigitem('web', 'address', default='', ) +coreconfigitem('web', 'allow_archive', + default=list, +) coreconfigitem('worker', 'backgroundclose', default=dynamicdefault, )