Mercurial > hg-website
comparison templates/quickstart/index.html @ 449:634c8c450e9d
templates: make current links to selenic.com use https
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 23 Mar 2016 14:01:24 +0800 |
parents | 2b0669fed7a8 |
children | cdbc92f4e7d0 |
comparison
equal
deleted
inserted
replaced
448:c79d1a115f49 | 449:634c8c450e9d |
---|---|
5 <h1>Quick Start</h1> | 5 <h1>Quick Start</h1> |
6 <p><em>How to get going at once.</em></p> | 6 <p><em>How to get going at once.</em></p> |
7 <h2>Part 0: Instant usage</h2> | 7 <h2>Part 0: Instant usage</h2> |
8 <p><em>(you know this from the main page)</em></p> | 8 <p><em>(you know this from the main page)</em></p> |
9 <p>Clone a project and create a patch </p> | 9 <p>Clone a project and create a patch </p> |
10 <pre><code>$ hg clone http://selenic.com/repo/hello | 10 <pre><code>$ hg clone https://selenic.com/repo/hello |
11 $ cd hello | 11 $ cd hello |
12 $ (edit files) | 12 $ (edit files) |
13 $ hg add (new files) | 13 $ hg add (new files) |
14 $ hg commit -m 'My changes' | 14 $ hg commit -m 'My changes' |
15 $ hg export tip > patch.diff | 15 $ hg export tip > patch.diff |