mercurial/patch.py
changeset 12070 fddacca3202e
parent 12032 ad787252fed6
parent 12067 a4fbbe0fbc38
child 12144 be9c4131a8f4
--- a/mercurial/patch.py	Sat Aug 28 23:57:39 2010 +0200
+++ b/mercurial/patch.py	Sun Aug 29 22:55:37 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: