comparison hgext/win32text.py @ 20624:23146e4d9cee

extensions: mark win32text deprecated Happened a long time ago.
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Mar 2014 19:51:22 -0600
parents b35e3364f94a
children 80c5b2666a96
comparison
equal deleted inserted replaced
20623:84f6bc03b4e5 20624:23146e4d9cee
3 # Copyright 2005, 2007-2009 Matt Mackall <mpm@selenic.com> and others 3 # Copyright 2005, 2007-2009 Matt Mackall <mpm@selenic.com> and others
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 (DEPRECATED)
9 9
10 Deprecation: The win32text extension requires each user to configure 10 Deprecation: The win32text extension requires each user to configure
11 the extension again and again for each clone since the configuration 11 the extension again and again for each clone since the configuration
12 is not copied when cloning. 12 is not copied when cloning.
13 13