Mercurial > hg-website
changeset 281:960885d6e884
merge original quick_start.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Mon, 02 Nov 2009 07:47:23 +0100 |
parents | b9105ed958a4 (current diff) 16e75a81ac16 (diff) |
children | fa62d8bbc649 |
files | original/hgscm/templates/quick_start.html |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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