Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34243:d24816dfdcff
configitems: register the 'web.prefix' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:49 +0200 |
parents | e2d633f8ee65 |
children | fe5202bef5ce |
comparison
equal
deleted
inserted
replaced
34242:e2d633f8ee65 | 34243:d24816dfdcff |
---|---|
629 default=False, | 629 default=False, |
630 ) | 630 ) |
631 coreconfigitem('web', 'port', | 631 coreconfigitem('web', 'port', |
632 default=8000, | 632 default=8000, |
633 ) | 633 ) |
634 coreconfigitem('web', 'prefix', | |
635 default='', | |
636 ) | |
634 coreconfigitem('worker', 'backgroundclose', | 637 coreconfigitem('worker', 'backgroundclose', |
635 default=dynamicdefault, | 638 default=dynamicdefault, |
636 ) | 639 ) |
637 # Windows defaults to a limit of 512 open files. A buffer of 128 | 640 # Windows defaults to a limit of 512 open files. A buffer of 128 |
638 # should give us enough headway. | 641 # should give us enough headway. |