Mercurial > hg-website
diff 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 |
line wrap: on
line diff
--- a/hgscm/templates/quick_start.html Sat Oct 03 19:10:46 2009 +0200 +++ b/hgscm/templates/quick_start.html Sat Oct 24 13:33:03 2009 +0200 @@ -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