diff -r 5db105f216c3 -r 9658a79968c6 hgext/eol.py --- a/hgext/eol.py Tue Apr 01 02:46:03 2014 +0900 +++ b/hgext/eol.py Tue Apr 01 02:46:03 2014 +0900 @@ -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()