contrib/win32/mercurial.ini
changeset 5115 ea7b982b6c08
parent 3422 2300632a3bc8
child 5116 2ffe3e2a1ac2
equal deleted inserted replaced
5097:73fdc8bd3ed8 5115:ea7b982b6c08
     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