# HG changeset patch # User Arne Babenhauserheide # Date 1256383983 -7200 # Node ID 16e75a81ac16313e2fd5fb11985aedb866f207ec # Parent dd996b16c742a09341f8e7f977b79affca9999e6 Added info: All history is in .hg diff -r dd996b16c742 -r 16e75a81ac16 hgscm/templates/quick_start.html --- 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.

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: