# HG changeset patch # User Arne Babenhauserheide # Date 1241178872 -7200 # Node ID 177b4120c26b6be81c758f67ef8b7f19356550ff # Parent 98ba6ac8ac93d22324aa4a469a4bfdeb75ef8950 learning in workflows: Added info how to set the username. diff -r 98ba6ac8ac93 -r 177b4120c26b text/learning_mercurial_in_workflows.txt --- 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: + +[ui] +username = Mr. Johnson + ==== Initialize the project ==== $ hg init project