comparison contrib/win32/mercurial.ini @ 7662:8aa338cd0df3

Update mercurial.ini file packaged in win32 installer Update contrib/win32/mercurial.ini file with contrib/sample.hgrc content and append contrib/mergetools.hgrc content during installation
author Pascal Quantin <pascal.quantin@wavecom.com>
date Sat, 17 Jan 2009 15:23:13 +0100
parents 2ffe3e2a1ac2
children b0a0eb28a933
comparison
equal deleted inserted replaced
7661:09b44d87dd28 7662:8aa338cd0df3
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 ; show changed files and be a bit more verbose if True
9 ; verbose = True
10
11 ; username data to appear in commits
12 ; it usually takes the form: Joe User <joe.user@host.com>
13 ; username = Joe User <j.user@example.com>
14
8 15
9 ; By default, we try to encode and decode all files that do not 16 ; 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 17 ; 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 18 ; line endings to Windows style on update, and to Unix style on
12 ; commit. This lets us cooperate with Linux and Unix users, so 19 ; commit. This lets us cooperate with Linux and Unix users, so
35 42
36 ; ** = cleverdecode: 43 ; ** = cleverdecode:
37 44
38 ; Alternatively, you can explicitly specify each file extension that 45 ; Alternatively, you can explicitly specify each file extension that
39 ; you want decoded (any you omit will be left untouched), like this: 46 ; you want decoded (any you omit will be left untouched), like this:
47 ; **.txt = dumbdecode:
40 48
41 ; **.txt = dumbdecode: 49