Mercurial Hosting > reactionary
comparison src/learn.html.luan @ 58:54933428f388
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 14 Jan 2024 23:38:29 -0700 |
parents | 536dc2d435ea |
children | 91b5033f53b1 |
comparison
equal
deleted
inserted
replaced
57:536dc2d435ea | 58:54933428f388 |
---|---|
68 This is free software; see the source for copying conditions. There is NO | 68 This is free software; see the source for copying conditions. There is NO |
69 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 69 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
70 ~/learn $ | 70 ~/learn $ |
71 </code> | 71 </code> |
72 | 72 |
73 <p>If this works, it is installed properly. Next <a href="http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#sec:tour-basic:username">set up your Mercurial configuration file</a> which is <code>~/.hgrc</code> on a Mac or <code>/c/Users/$(whoami)/mercurial.ini</code> on Windows. My <a href="https://www.mercurial-scm.org/doc/hgrc.5.html">hgrc</a> file looks like this: | 73 <p>If this works, it is installed properly. Next <a href="http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html#sec:tour-basic:username">set up your Mercurial configuration file</a> which is <code>~/.hgrc</code> on a Mac or <code>/c/Users/$(whoami)/mercurial.ini</code> on Windows <a href="https://www.msys2.org/">MSYS2</a>. My <a href="https://www.mercurial-scm.org/doc/hgrc.5.html">hgrc</a> file looks like this: |
74 | 74 |
75 <code block> | 75 <code block> |
76 [ui] | 76 [ui] |
77 username = Franklin Schmidt <fschmidt@gmail.com> | 77 username = Franklin Schmidt <fschmidt@gmail.com> |
78 | 78 |