contrib/win32/mercurial.ini
changeset 2550 45235e492cc6
parent 1303 2dc06dd76ff4
child 3422 2300632a3bc8
equal deleted inserted replaced
2549:e1831f06eef1 2550:45235e492cc6
    16 hgext.win32text =
    16 hgext.win32text =
    17 
    17 
    18 
    18 
    19 [encode]
    19 [encode]
    20 ; Encode files that don't contain NUL characters.
    20 ; Encode files that don't contain NUL characters.
    21 ** = cleverencode:
    21 
       
    22 ; ** = cleverencode:
    22 
    23 
    23 ; Alternatively, you can explicitly specify each file extension that
    24 ; Alternatively, you can explicitly specify each file extension that
    24 ; you want encoded (any you omit will be left untouched), like this:
    25 ; you want encoded (any you omit will be left untouched), like this:
    25 
    26 
    26 ; *.txt = dumbencode:
    27 ; *.txt = dumbencode:
    27 
    28 
    28 
    29 
    29 [decode]
    30 [decode]
    30 ; Decode files that don't contain NUL characters.
    31 ; Decode files that don't contain NUL characters.
    31 ** = cleverdecode:
    32 
       
    33 ; ** = cleverdecode:
    32 
    34 
    33 ; Alternatively, you can explicitly specify each file extension that
    35 ; Alternatively, you can explicitly specify each file extension that
    34 ; you want decoded (any you omit will be left untouched), like this:
    36 ; you want decoded (any you omit will be left untouched), like this:
    35 
    37 
    36 ; **.txt = dumbdecode:
    38 ; **.txt = dumbdecode: