Mercurial > hg-website
comparison hgscm/templates/learn_mercurial.html @ 230:449eb27de096
Just minor html reformatting.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Thu, 16 Jul 2009 11:30:03 +0200 |
parents | b82201741188 |
children | 85a7a53db1a5 |
comparison
equal
deleted
inserted
replaced
229:16052582338b | 230:449eb27de096 |
---|---|
4 {% block content %} | 4 {% block content %} |
5 | 5 |
6 <div class="row"> | 6 <div class="row"> |
7 <div class="col big"> | 7 <div class="col big"> |
8 <h1>Learn Mercurial</h1> | 8 <h1>Learn Mercurial</h1> |
9 <p><em>Some links to resources for learning Mercurial</em></p> | 9 <p><em>Some links to resources for learning Mercurial, sorted by length</em></p> |
10 <ul> | 10 <ul> |
11 <li> | 11 <li> |
12 <p><a href="{% url quick_start %}">Quick_Start</a><br /> | 12 <p><a href="{% url quick_start %}">Quick_Start</a><br /> |
13 Get started using Mercurial and understanding its basic concepts.</p> | 13 Get started using Mercurial and understanding its basic concepts.</p> |
14 </li> | 14 </li> |
15 <li> | 15 <li> |
16 <p><a href="http://mercurial.selenic.com/wiki/QuickStart">Quick_Start from the wiki</a><br /> | 16 <p><a href="http://mercurial.selenic.com/wiki/QuickStart">Quick_Start from the wiki</a><br /> |
17 Learn the basic Mercurial commands. A bit more verbose than the short quick start above. </p> | 17 Learn the basic Mercurial commands. A bit more verbose than the short quick start above. </p> |
18 </li> | 18 </li> |
19 <li><p><a href="http://bitbucket.org/tortoisehg/stable/wiki/intro">TortoiseHG basics</a><br /> | 19 <li> |
20 <p><a href="http://bitbucket.org/tortoisehg/stable/wiki/intro">TortoiseHG basics</a><br /> | |
20 Easily use Mercurial integrated into the Windows Explorer. </p> | 21 Easily use Mercurial integrated into the Windows Explorer. </p> |
21 </li> | 22 </li> |
22 <li> | 23 <li> |
23 <p><a href="{% url workflow_guide %}">workflow_guide</a><br /> | 24 <p><a href="{% url workflow_guide %}">workflow_guide</a><br /> |
24 Learn using Mercurial step by step in workflows. This guide skips the conceptual explanations to focus only on the practical usage. </p> | 25 Learn using Mercurial step by step in workflows. This guide skips the conceptual explanations to focus only on the practical usage. </p> |