Mercurial > hg-website
comparison hgscm/templates/quick_start.html @ 280:16e75a81ac16
Added info: All history is in .hg
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 24 Oct 2009 13:33:03 +0200 |
parents | c7bf003b17fd |
children |
comparison
equal
deleted
inserted
replaced
270:dd996b16c742 | 280:16e75a81ac16 |
---|---|
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 |