Mercurial > hg-website
comparison original/hgscm/templates/quick_start.html @ 281:960885d6e884
merge original quick_start.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Mon, 02 Nov 2009 07:47:23 +0100 |
parents | hgscm/templates/quick_start.html@16e75a81ac16 hgscm/templates/quick_start.html@4b97017259f9 |
children | b7d5f97e1034 |
comparison
equal
deleted
inserted
replaced
279:b9105ed958a4 | 281:960885d6e884 |
---|---|
28 <h2>Part 1: Using Mercurial</h2> | 28 <h2>Part 1: Using Mercurial</h2> |
29 <p>Aside from the practical Quick Start above, there are only a few commands you need to start | 29 <p>Aside from the practical Quick Start above, there are only a few commands you need to start |
30 working. </p> | 30 working. </p> |
31 <p>Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to | 31 <p>Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to |
32 use, once you see the model behind them: Each repository has the whole history, and history is | 32 use, once you see the model behind them: Each repository has the whole history, and history is |
33 not necessarily linear (part 2 explains that model in a bit more detail). </p> | 33 not necessarily linear (part 2 explains that model in a bit more detail). All that history is |
34 stored in the ".hg" file inside the top-level folder of your project.</p> | |
34 <p>A quick overview of the basic commands: </p> | 35 <p>A quick overview of the basic commands: </p> |
35 <ul> | 36 <ul> |
36 <li>hg init: create a new repository | 37 <li>hg init: create a new repository |
37 </li><li>hg commit: save your changes in the current repository | 38 </li><li>hg commit: save your changes in the current repository |
38 </li><li>hg log: see all changes in your repository | 39 </li><li>hg log: see all changes in your repository |