Mercurial > public > mercurial-scm > hg-stable
diff hgext/win32text.py @ 11269:5f01fd602542
win32text: mark this extension as deprecated
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 02 Jun 2010 14:54:25 +0200 |
parents | 25e572394f5c |
children | c82056f2509f |
line wrap: on
line diff
--- a/hgext/win32text.py Wed Jun 02 14:40:31 2010 +0200 +++ b/hgext/win32text.py Wed Jun 02 14:54:25 2010 +0200 @@ -7,6 +7,14 @@ '''perform automatic newline conversion + Deprecation: The win32text extension requires each user to configure + the extension again and again for each clone since the configuration + is not copied when cloning. + + We have therefore made the ``eol`` as an alternative. The ``eol`` + uses a version controlled file for its configuration and each clone + will therefore use the right settings from the start. + To perform automatic newline conversion, use:: [extensions]