comparison src/learn.html.luan @ 120:29061932e0ba

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 27 May 2026 18:49:06 +0900
parents 15557ad5b2fd
children
comparison
equal deleted inserted replaced
119:41374dfe8255 120:29061932e0ba
78 } 78 }
79 hg = { 79 hg = {
80 title = [[Mercurial - Source Control]] 80 title = [[Mercurial - Source Control]]
81 content = function() 81 content = function()
82 %> 82 %>
83 <p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented. Read <a href="https://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to (and including) chapter 9.</p> 83 <p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented. Read <a href="https://book.mercurial-scm.org/read/">Mercurial: The Definitive Guide</a> up to (and including) "Working together".</p>
84 84
85 <p>To get started with Mercurial, download Mercurial from <a href="https://www.mercurial-scm.org/">their website</a> and install it. Then do:</p> 85 <p>To get started with Mercurial, download Mercurial from <a href="https://www.mercurial-scm.org/">their website</a> and install it. Then do:</p>
86 86
87 <code block> 87 <code block>
88 ~/learn $ hg version 88 ~/learn $ hg version