changeset 229:16052582338b

Fix typo.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 16 Jul 2009 11:28:53 +0200
parents b82201741188
children 449eb27de096
files hgscm/templates/quick_start.html
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'
 </code></pre>
 <h2>Part 1: Using Mercurial</h2>
-<p>Aside from the practical Quick Start above, there are only a few commands you need to start 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 that: Each repository has the whole history, and history is not necessarily linear (part 2 explains that model in a bit more detail). </p>
+<p>Aside from the practical Quick Start above, there are only a few commands you need to start 
+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>
 <p>A quick overview of the basic commands: </p>
 <ul>
 <li>hg init: create a new repository