comparison 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
comparison
equal deleted inserted replaced
11268:f73baa069113 11269:5f01fd602542
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7 7
8 '''perform automatic newline conversion 8 '''perform automatic newline conversion
9
10 Deprecation: The win32text extension requires each user to configure
11 the extension again and again for each clone since the configuration
12 is not copied when cloning.
13
14 We have therefore made the ``eol`` as an alternative. The ``eol``
15 uses a version controlled file for its configuration and each clone
16 will therefore use the right settings from the start.
9 17
10 To perform automatic newline conversion, use:: 18 To perform automatic newline conversion, use::
11 19
12 [extensions] 20 [extensions]
13 win32text = 21 win32text =