Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34238:a6c18628dff1
configitems: register the 'web.description' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:43 +0200 |
parents | 131f8cd2c2b4 |
children | 344fd1fe237b |
comparison
equal
deleted
inserted
replaced
34237:131f8cd2c2b4 | 34238:a6c18628dff1 |
---|---|
613 default=list, | 613 default=list, |
614 ) | 614 ) |
615 coreconfigitem('web', 'descend', | 615 coreconfigitem('web', 'descend', |
616 default=True, | 616 default=True, |
617 ) | 617 ) |
618 coreconfigitem('web', 'description', | |
619 default="", | |
620 ) | |
618 coreconfigitem('worker', 'backgroundclose', | 621 coreconfigitem('worker', 'backgroundclose', |
619 default=dynamicdefault, | 622 default=dynamicdefault, |
620 ) | 623 ) |
621 # Windows defaults to a limit of 512 open files. A buffer of 128 | 624 # Windows defaults to a limit of 512 open files. A buffer of 128 |
622 # should give us enough headway. | 625 # should give us enough headway. |