diff 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
line wrap: on
line diff
--- a/contrib/win32/mercurial.ini	Sat Jan 17 15:19:41 2009 +0100
+++ b/contrib/win32/mercurial.ini	Sat Jan 17 15:23:13 2009 +0100
@@ -5,6 +5,13 @@
 
 [ui]
 editor = notepad
+; show changed files and be a bit more verbose if True
+; verbose = True
+
+; username data to appear in commits
+; it usually takes the form: Joe User <joe.user@host.com>
+; username = Joe User <j.user@example.com>
+
 
 ; By default, we try to encode and decode all files that do not
 ; contain ASCII NUL characters.  What this means is that we try to set
@@ -37,5 +44,6 @@
 
 ; Alternatively, you can explicitly specify each file extension that
 ; you want decoded (any you omit will be left untouched), like this:
+; **.txt = dumbdecode:
 
-; **.txt = dumbdecode:
+