Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 33229:dd50a370c8cb
configitems: register the 'patch.eol' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:43:35 +0200 |
parents | 35c233975b78 |
children | 5dcbd2045dcb |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:44:16 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:43:35 2017 +0200 @@ -110,6 +110,9 @@ coreconfigitem('hostsecurity', 'disabletls10warning', default=False, ) +coreconfigitem('patch', 'eol', + default='strict', +) coreconfigitem('patch', 'fuzz', default=2, )