# HG changeset patch # User Arne Babenhauserheide # Date 1257144443 -3600 # Node ID 960885d6e8849bfb216887a99e26001e765e3c62 # Parent b9105ed958a41e4cba52b31d548cceb88247c10b# Parent 16e75a81ac16313e2fd5fb11985aedb866f207ec merge original quick_start. diff -r b9105ed958a4 -r 960885d6e884 original/hgscm/templates/quick_start.html --- 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.

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).

+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.

A quick overview of the basic commands: