Mercurial > hg-website
diff 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 |
line wrap: on
line diff
--- a/original/hgscm/templates/quick_start.html Sun Nov 01 22:13:36 2009 +0100 +++ b/original/hgscm/templates/quick_start.html Mon Nov 02 07:47:23 2009 +0100 @@ -30,7 +30,8 @@ working. </p> <p>Even if you stick to these basics, Mercurial is quite powerful. And they are very easy to use, once you see the model behind them: Each repository has the whole history, and history is -not necessarily linear (part 2 explains that model in a bit more detail). </p> +not necessarily linear (part 2 explains that model in a bit more detail). All that history is +stored in the ".hg" file inside the top-level folder of your project.</p> <p>A quick overview of the basic commands: </p> <ul> <li>hg init: create a new repository