changeset 129:177b4120c26b

learning in workflows: Added info how to set the username.
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 01 May 2009 13:54:32 +0200
parents 98ba6ac8ac93
children 77b10482cc47
files text/learning_mercurial_in_workflows.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/learning_mercurial_in_workflows.txt	Fri May 01 13:54:03 2009 +0200
+++ b/text/learning_mercurial_in_workflows.txt	Fri May 01 13:54:32 2009 +0200
@@ -16,6 +16,13 @@
 
 === Workflow ===
 
+==== Prepare Mercurial ====
+
+As first step, you should teach Mercurial your name. For that you open the file ~/.hgrc with a text-editor and add the ui section (user interaction) with your username: 
+
+<code>[ui]
+username = Mr. Johnson <johnson@smith.com></code>
+
 ==== Initialize the project ==== 
 
 <code>$ hg init project</code>