Mercurial > hg-stable
diff mercurial/fileset.py @ 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 | 737ffdabbde9 |
children | 4eb5496c2bd4 |
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():