changeset 216:68d5f2b82018

Added easy to use section to the about page
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 10 Jul 2009 10:03:09 +0200
parents ec398217558a
children fd76ff1f5040
files hgscm/templates/about.html hgscm/templates/quick_start.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/templates/about.html	Fri Jul 10 10:02:35 2009 +0200
+++ b/hgscm/templates/about.html	Fri Jul 10 10:03:09 2009 +0200
@@ -27,7 +27,7 @@
 
 		<h2>Easy to use</h2>
 
-		<p>Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The <a href="{% url quick_start %}">Quick Start</a> should get you going in a few minutes.</p>
+		<p>Mercurial sports a consistent command set in which most subversion users feel right at home. Potentially dangerous actions are available via extensions you need to enable, so the basic interface is easy to use, easy to learn and hard to break. The <a href="{% url quick_start %}">Quick Start</a> should get you going in a just few minutes.</p>
 
 		<h2>Open Source</h2>
 
--- a/hgscm/templates/quick_start.html	Fri Jul 10 10:02:35 2009 +0200
+++ b/hgscm/templates/quick_start.html	Fri Jul 10 10:03:09 2009 +0200
@@ -44,7 +44,7 @@
 
 </code></pre>
 <p>This also helps getting a feeling for what the commands do. </p>
-<p>(you can also do a lot of finegrained stuff by using different command options. Just call "hg help <command>" to see them). </p>
+<p>(you can also do a lot of finegrained stuff by using different command options. Just call "hg help &lt;command&gt;" to see them). </p>
 <p>One step you'll likely want to do is setting your username in your Mercurial config file. </p>
 <p>For this you can configure a proper name and email address in ~/.hgrc (or on a Windows system in %USERPROFILE%Mercurial.ini) by adding lines such as the following: </p>
 <pre><code>[ui]