Mercurial > hg-website
changeset 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 | dd996b16c742 |
children | 960885d6e884 |
files | hgscm/templates/quick_start.html |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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