diff -r 85439f43749f -r a4fbbe0fbc38 mercurial/patch.py --- a/mercurial/patch.py Thu Aug 26 23:11:03 2010 +0200 +++ b/mercurial/patch.py Sun Aug 29 22:37:58 2010 +0200 @@ -1284,7 +1284,7 @@ if eolmode is None: eolmode = ui.config('patch', 'eol', 'strict') if eolmode.lower() not in eolmodes: - raise util.Abort(_('Unsupported line endings type: %s') % eolmode) + raise util.Abort(_('unsupported line endings type: %s') % eolmode) eolmode = eolmode.lower() try: