mercurial/patch.py
branchstable
changeset 12067 a4fbbe0fbc38
parent 11645 88b89ace643b
child 12070 fddacca3202e
child 12340 b0bb72460c44
--- 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: