changeset 42541 | 3de4f17f4824 |
parent 42423 | 0ae593e791fb |
child 42620 | d98ec36be808 |
--- a/mercurial/configitems.py Fri Jun 28 22:57:48 2019 +0530 +++ b/mercurial/configitems.py Fri Jun 28 21:31:34 2019 +0530 @@ -1091,6 +1091,9 @@ coreconfigitem('share', 'poolnaming', default='identity', ) +coreconfigitem('shelve','maxbackups', + default=10, +) coreconfigitem('smtp', 'host', default=None, )