contrib/win32/mercurial.ini
changeset 7662 8aa338cd0df3
parent 5142 2ffe3e2a1ac2
child 7663 b0a0eb28a933
--- 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:
+