contrib/win32/mercurial.ini
changeset 11269 5f01fd602542
parent 10474 601a9d67825a
child 14159 a4049424cb51
equal deleted inserted replaced
11268:f73baa069113 11269:5f01fd602542
    41 ;bugzilla =
    41 ;bugzilla =
    42 ;children =
    42 ;children =
    43 ;churn =
    43 ;churn =
    44 ;color =
    44 ;color =
    45 ;convert =
    45 ;convert =
       
    46 ;eol =
    46 ;extdiff =
    47 ;extdiff =
    47 ;fetch =
    48 ;fetch =
    48 ;gpg =
    49 ;gpg =
    49 ;graphlog = 
    50 ;graphlog = 
    50 ;hgcia =
    51 ;hgcia =
    61 ;purge =
    62 ;purge =
    62 ;rebase =
    63 ;rebase =
    63 ;record =
    64 ;record =
    64 ;transplant =
    65 ;transplant =
    65 ;win32mbcs =
    66 ;win32mbcs =
    66 ;win32text =
       
    67 ;zeroconf =
    67 ;zeroconf =
    68 
       
    69 ; To use cleverencode/cleverdecode, you must enable win32text extension
       
    70 
       
    71 [encode]
       
    72 ; Encode files that don't contain NUL characters.
       
    73 
       
    74 ; ** = cleverencode:
       
    75 
       
    76 ; Alternatively, you can explicitly specify each file extension that
       
    77 ; you want encoded (any you omit will be left untouched), like this:
       
    78 
       
    79 ; *.txt = dumbencode:
       
    80 
       
    81 
       
    82 [decode]
       
    83 ; Decode files that don't contain NUL characters.
       
    84 
       
    85 ; ** = cleverdecode:
       
    86 
       
    87 ; Alternatively, you can explicitly specify each file extension that
       
    88 ; you want decoded (any you omit will be left untouched), like this:
       
    89 
       
    90 ; **.txt = dumbdecode:
       
    91 
       
    92 [patch]
       
    93 ; If you enable win32text filtering, you will want to enable this
       
    94 ; line as well to allow patching to work correctly.
       
    95 
       
    96 ; eol = crlf
       
    97 
       
    98 
    68 
    99 ;
    69 ;
   100 ; Define external diff commands
    70 ; Define external diff commands
   101 ;
    71 ;
   102 [extdiff]
    72 [extdiff]