Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 43163:5617b748aad8
push: support config option to require revs be specified when running push
Differential Revision: https://phab.mercurial-scm.org/D6989
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Sat, 05 Oct 2019 13:39:35 -0700 |
parents | 81efc4a295e7 |
children | bca9d1a6c4c5 |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Oct 10 11:33:33 2019 +0200 +++ b/mercurial/configitems.py Sat Oct 05 13:39:35 2019 -0700 @@ -228,6 +228,9 @@ b'commands', b'grep.all-files', default=False, experimental=True, ) coreconfigitem( + b'commands', b'push.require-revs', default=False, +) +coreconfigitem( b'commands', b'resolve.confirm', default=False, ) coreconfigitem(