Mercurial Hosting > reactionary
comparison src/learn.html.luan @ 60:a3add4140c3c
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 15 Jan 2024 17:31:38 -0700 |
parents | 91b5033f53b1 |
children | 13faddead6cb |
comparison
equal
deleted
inserted
replaced
59:91b5033f53b1 | 60:a3add4140c3c |
---|---|
53 } | 53 } |
54 hg = { | 54 hg = { |
55 title = [[Mercurial - Source Control]] | 55 title = [[Mercurial - Source Control]] |
56 content = function() | 56 content = function() |
57 %> | 57 %> |
58 <p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented. Read <a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to chapter 9.</p> | 58 <p>Thankfully <a href="mercurial.html">Mercurial</a> is well documented. Read <a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> up to (and including) chapter 9.</p> |
59 | 59 |
60 <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> | 60 <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> |
61 | 61 |
62 <code block> | 62 <code block> |
63 ~/learn $ hg version | 63 ~/learn $ hg version |