Mercurial > hg-website
comparison hgscm/templates/workflow_guide.html @ 163:9d7df1cd39d3
fix typo
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Thu, 14 May 2009 00:22:20 +0200 |
parents | bb60a4d6a1e3 |
children | 99bfbce775b0 |
comparison
equal
deleted
inserted
replaced
162:d4b03ef491f2 | 163:9d7df1cd39d3 |
---|---|
25 | 25 |
26 <p>This workflow only requires an installed Mercurial and write access to some file storage (you almost definitely have that :) ). It shows the basic techniques for more complex workflows.</p> | 26 <p>This workflow only requires an installed Mercurial and write access to some file storage (you almost definitely have that :) ). It shows the basic techniques for more complex workflows.</p> |
27 | 27 |
28 <h4>Workflow</h4> | 28 <h4>Workflow</h4> |
29 | 29 |
30 <h5>Prepare MercuriaL</h5> | 30 <h5>Prepare Mercurial</h5> |
31 | 31 |
32 <p>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:</p> | 32 <p>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:</p> |
33 | 33 |
34 <pre>[ui] | 34 <pre>[ui] |
35 username = Mr. Johnson <johnson@smith.com></pre> | 35 username = Mr. Johnson <johnson@smith.com></pre> |