# HG changeset patch # User Matt Harbison # Date 1455852738 18000 # Node ID 4f8ced23345e61dda5b26b2db61a9461322201f9 # Parent 8da94662afe51a836eda500652097772c34002e8 fileset: fix copy/paste in eol() error message diff -r 8da94662afe5 -r 4f8ced23345e mercurial/fileset.py --- 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():