contrib/win32/mercurial.ini
changeset 5116 2ffe3e2a1ac2
parent 4740 778bab992732
parent 5115 ea7b982b6c08
equal deleted inserted replaced
5114:bcf6ba3fcbe4 5116:2ffe3e2a1ac2
     1 ; System-wide Mercurial config file.  To override these settings on a
     1 ; System-wide Mercurial config file.  To override these settings on a
     2 ; per-user basis, please edit the following file instead, where
     2 ; per-user basis, please edit the following file instead, where
     3 ; USERNAME is your Windows user name:
     3 ; USERNAME is your Windows user name:
     4 ;   C:\Documents and Settings\USERNAME\Mercurial.ini
     4 ;   C:\Documents and Settings\USERNAME\Mercurial.ini
     5 
     5 
     6 [ui] 
     6 [ui]
     7 editor = notepad
     7 editor = notepad
     8 
     8 
     9 ; By default, we try to encode and decode all files that do not
     9 ; By default, we try to encode and decode all files that do not
    10 ; contain ASCII NUL characters.  What this means is that we try to set
    10 ; contain ASCII NUL characters.  What this means is that we try to set
    11 ; line endings to Windows style on update, and to Unix style on
    11 ; line endings to Windows style on update, and to Unix style on