changeset 228:b82201741188

learn: Added link to the TortoiseHG intro.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 16 Jul 2009 11:22:22 +0200
parents 75f1f4cc2ef1
children 16052582338b
files hgscm/templates/learn_mercurial.html
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/templates/learn_mercurial.html	Thu Jul 16 11:17:24 2009 +0200
+++ b/hgscm/templates/learn_mercurial.html	Thu Jul 16 11:22:22 2009 +0200
@@ -16,8 +16,9 @@
 <p><a href="http://mercurial.selenic.com/wiki/QuickStart">Quick_Start from the wiki</a><br />
   Learn the basic Mercurial commands. A bit more verbose than the short quick start above. </p>
 </li>
-<!--(* TortoiseHG basics (For the Mercurial GUI) - when acessed from a windows box)-->
-
+<li><p><a href="http://bitbucket.org/tortoisehg/stable/wiki/intro">TortoiseHG basics</a><br />
+  Easily use Mercurial integrated into the Windows Explorer. </p>
+</li>
 <li>
 <p><a href="{% url workflow_guide %}">workflow_guide</a><br />
   Learn using Mercurial step by step in workflows. This guide skips the conceptual explanations to focus only on the practical usage. </p>