author | Matt Harbison <matt_harbison@yahoo.com> |
Thu, 18 Feb 2016 22:32:18 -0500 | |
branch | stable |
changeset 28056 | 4f8ced23345e |
parent 28041 | 8da94662afe5 |
child 28057 | 1bcb4f34b9f9 |
--- 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():