Cédric Krier pushed to branch branch/default at Tryton / Website
Commits:
88aa2971 by Hartmut Goebel at 2023-06-04T18:19:43+02:00
Improve "TL;DR" section
- - - - -
1 changed file:
- templates/develop.html
Changes:
=====================================
templates/develop.html
=====================================
@@ -39,4 +39,7 @@
$ cd tryton
$ hg topic my-change</code></pre>
<p class="lead">
+ Refer to the setup on <a
href="https://foss.heptapod.net/tryton/tryton/-/blob/branch/default/README.rst">README</a>.
+ </p>
+ <p class="lead">
Make your modification.</p>
@@ -42,5 +45,6 @@
Make your modification.</p>
- <pre><code class="console">$ hg push</code></pre>
+ <pre><code class="console">$ hg commit
+$ hg push -r my-change</code></pre>
<p class="lead">
Click on the link to create the Merge Request.</p>
</div>
View it on Heptapod:
https://foss.heptapod.net/tryton/website/-/commit/88aa297195251e7a1de34adfab8a73d2fe4ecb8d
--
View it on Heptapod:
https://foss.heptapod.net/tryton/website/-/commit/88aa297195251e7a1de34adfab8a73d2fe4ecb8d
You're receiving this email because of your account on foss.heptapod.net.