changeset 28056:4f8ced23345e stable

fileset: fix copy/paste in eol() error message
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 18 Feb 2016 22:32:18 -0500
parents 8da94662afe5
children 1bcb4f34b9f9
files mercurial/fileset.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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():