# HG changeset patch # User Arne Babenhauserheide # Date 1247736533 -7200 # Node ID 16052582338baa7ddbea1674ee145fa71a7b4d2c # Parent b82201741188174039903daa6b74fb6dfc229eef Fix typo. diff -r b82201741188 -r 16052582338b hgscm/templates/quick_start.html --- a/hgscm/templates/quick_start.html Thu Jul 16 11:22:22 2009 +0200 +++ b/hgscm/templates/quick_start.html Thu Jul 16 11:28:53 2009 +0200 @@ -26,8 +26,11 @@ $ hg commit -m 'Initial commit'

Part 1: Using Mercurial

-

Aside from the practical Quick Start above, there are only a few commands you need to start 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 that: Each repository has the whole history, and history is not necessarily linear (part 2 explains that model in a bit more detail).

+

Aside from the practical Quick Start above, there are only a few commands you need to start +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).

A quick overview of the basic commands: