diff -r 9a75d2559cff -r 6500a2eebee8 hgext/eol.py --- a/hgext/eol.py Wed Mar 19 23:04:03 2014 -0700 +++ b/hgext/eol.py Tue Apr 01 15:11:19 2014 -0500 @@ -344,7 +344,7 @@ continue if inconsistenteol(data): raise util.Abort(_("inconsistent newline style " - "in %s\n" % f)) + "in %s\n") % f) return super(eolrepo, self).commitctx(ctx, error) repo.__class__ = eolrepo repo._hgcleardirstate()