hgext/win32text.py
changeset 8894 868670dbc237
parent 8873 e872ef2e6758
child 8936 1de6e7e1bb9f
equal deleted inserted replaced
8893:cc0593af30d4 8894:868670dbc237
     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, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 '''LF <-> CRLF/CR translation utilities
     8 '''perform automatic newline conversion
     9 
     9 
    10 To perform automatic newline conversion, use:
    10 To perform automatic newline conversion, use:
    11 
    11 
    12 [extensions]
    12 [extensions]
    13 hgext.win32text =
    13 hgext.win32text =