branch | stable |
changeset 20869 | 9658a79968c6 |
parent 19997 | de16c673455b |
child 20870 | 6500a2eebee8 |
--- 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()