mercurial/patch.py
changeset 33229 dd50a370c8cb
parent 33156 5ebf39ae10ed
child 33270 f7b635716ef2
--- a/mercurial/patch.py	Fri Jun 30 03:44:16 2017 +0200
+++ b/mercurial/patch.py	Fri Jun 30 03:43:35 2017 +0200
@@ -2077,7 +2077,7 @@
     if files is None:
         files = set()
     if eolmode is None:
-        eolmode = ui.config('patch', 'eol', 'strict')
+        eolmode = ui.config('patch', 'eol')
     if eolmode.lower() not in eolmodes:
         raise error.Abort(_('unsupported line endings type: %s') % eolmode)
     eolmode = eolmode.lower()