Mercurial Hosting > reactionary
comparison src/learn.html.luan @ 56:51f75a9b4362
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 14 Jan 2024 21:40:55 -0700 |
parents | 50db01566278 |
children | 536dc2d435ea |
comparison
equal
deleted
inserted
replaced
55:04501bde187d | 56:51f75a9b4362 |
---|---|
86 | 86 |
87 [extdiff] | 87 [extdiff] |
88 cmd.dm = diffmerge | 88 cmd.dm = diffmerge |
89 </code> | 89 </code> |
90 | 90 |
91 <p>You should register on <a href="https://hg.reactionary.software/">our Mercurial hosting service</a> and use your email as the username and the assigned password in <code>.hgrc</code>. The last two blocks set up <code>hg dm</code> to call <a href="https://sourcegear.com/diffmerge/">DiffMerge</a>.</p> | 91 <p>You should register on <a href="https://hg.reactionary.software/">our Mercurial hosting service</a> and use your email as the username and the assigned password in <code>.hgrc</code>. The last two blocks set up <code>hg dm</code> to call <a href="https://sourcegear.com/diffmerge/">DiffMerge</a> by using the <a href="https://wiki.mercurial-scm.org/ExtdiffExtension">Extdiff extension</a>.</p> |
92 | 92 |
93 <p>Now you can play with <a href="https://hg.reactionary.software/repo/test/">https://hg.reactionary.software/repo/test/</a> like this:</p> | 93 <p>Now you can play with <a href="https://hg.reactionary.software/repo/test/">https://hg.reactionary.software/repo/test/</a> like this:</p> |
94 | 94 |
95 <code block> | 95 <code block> |
96 ~/learn $ hg clone https://hg.reactionary.software/repo/test/ hgtest1 | 96 ~/learn $ hg clone https://hg.reactionary.software/repo/test/ hgtest1 |