hgext/win32text.py
changeset 11269 5f01fd602542
parent 10263 25e572394f5c
child 12837 c82056f2509f
--- 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]