mercurial/fileset.py
branchstable
changeset 28056 4f8ced23345e
parent 27518 737ffdabbde9
child 28447 4eb5496c2bd4
--- a/mercurial/fileset.py	Mon Feb 08 21:12:13 2016 +0900
+++ b/mercurial/fileset.py	Thu Feb 18 22:32:18 2016 -0500
@@ -435,8 +435,8 @@
     styles.
     """
 
-    # i18n: "encoding" is a keyword
-    enc = getstring(x, _("encoding requires an encoding name"))
+    # i18n: "eol" is a keyword
+    enc = getstring(x, _("eol requires a style name"))
 
     s = []
     for f in mctx.existing():