diff -r f73baa069113 -r 5f01fd602542 hgext/win32text.py --- 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]