changeset 44555 | bd7b2c8d06cc |
parent 44526 | 64e2f603de9d |
child 44638 | 01b0805534bb |
--- a/mercurial/configitems.py Sat Feb 29 12:58:13 2020 +0530 +++ b/mercurial/configitems.py Sat Feb 29 12:58:38 2020 +0530 @@ -1067,6 +1067,9 @@ b'progress', b'width', default=dynamicdefault, ) coreconfigitem( + b'pull', b'confirm', default=False, +) +coreconfigitem( b'push', b'pushvars.server', default=False, ) coreconfigitem(