diff mercurial/patch.py @ 12067:a4fbbe0fbc38 stable

Lowercase error messages
author Martin Geisler <mg@lazybytes.net>
date Sun, 29 Aug 2010 22:37:58 +0200
parents 88b89ace643b
children fddacca3202e b0bb72460c44
line wrap: on
line diff
--- 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: