Mercurial > public > mercurial-scm > hg
diff hgext/eol.py @ 16743:38caf405d010
hgext: mark all first-party extensions as such
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 15 May 2012 14:37:49 -0500 |
parents | 525fdb738975 |
children | 26dd532456cf |
line wrap: on
line diff
--- a/hgext/eol.py Sat May 05 15:12:26 2012 -0500 +++ b/hgext/eol.py Tue May 15 14:37:49 2012 -0500 @@ -94,6 +94,8 @@ from mercurial import util, config, extensions, match, error import re, os +testedwith = 'internal' + # Matches a lone LF, i.e., one that is not part of CRLF. singlelf = re.compile('(^|[^\r])\n') # Matches a single EOL which can either be a CRLF where repeated CR