Fossil SCM
Replaced local "tt" formatting of command examples in the contribute doc with generic pre so that it is styled uniformly by the skin.
Commit
647dadf2be50f913b9226479ad34f58f41cfbc8d67ed0d927e8d5e50743478df
Parent
ccd880e435e189a…
1 file changed
+2
-2
+2
-2
| --- www/contribute.wiki | ||
| +++ www/contribute.wiki | ||
| @@ -26,15 +26,15 @@ | ||
| 26 | 26 | <h2>2.0 Submitting Patches</h2> |
| 27 | 27 | |
| 28 | 28 | Suggested changes or bug fixes can be submitted by creating a patch |
| 29 | 29 | against the current source tree: |
| 30 | 30 | |
| 31 | - <tt>fossil diff -i > my-change.patch</tt> | |
| 31 | +<pre>fossil diff -i > my-change.patch</pre> | |
| 32 | 32 | |
| 33 | 33 | Alternatively, you can create a binary patch: |
| 34 | 34 | |
| 35 | - <tt>fossil patch create my-change.db</tt> | |
| 35 | +<pre>fossil patch create my-change.db</pre> | |
| 36 | 36 | |
| 37 | 37 | Post patches to |
| 38 | 38 | [https://fossil-scm.org/forum | the forum] or email them to |
| 39 | 39 | <a href="mailto:[email protected]">[email protected]</a>. Be sure to |
| 40 | 40 | describe in detail what the patch does and which version of Fossil |
| 41 | 41 |
| --- www/contribute.wiki | |
| +++ www/contribute.wiki | |
| @@ -26,15 +26,15 @@ | |
| 26 | <h2>2.0 Submitting Patches</h2> |
| 27 | |
| 28 | Suggested changes or bug fixes can be submitted by creating a patch |
| 29 | against the current source tree: |
| 30 | |
| 31 | <tt>fossil diff -i > my-change.patch</tt> |
| 32 | |
| 33 | Alternatively, you can create a binary patch: |
| 34 | |
| 35 | <tt>fossil patch create my-change.db</tt> |
| 36 | |
| 37 | Post patches to |
| 38 | [https://fossil-scm.org/forum | the forum] or email them to |
| 39 | <a href="mailto:[email protected]">[email protected]</a>. Be sure to |
| 40 | describe in detail what the patch does and which version of Fossil |
| 41 |
| --- www/contribute.wiki | |
| +++ www/contribute.wiki | |
| @@ -26,15 +26,15 @@ | |
| 26 | <h2>2.0 Submitting Patches</h2> |
| 27 | |
| 28 | Suggested changes or bug fixes can be submitted by creating a patch |
| 29 | against the current source tree: |
| 30 | |
| 31 | <pre>fossil diff -i > my-change.patch</pre> |
| 32 | |
| 33 | Alternatively, you can create a binary patch: |
| 34 | |
| 35 | <pre>fossil patch create my-change.db</pre> |
| 36 | |
| 37 | Post patches to |
| 38 | [https://fossil-scm.org/forum | the forum] or email them to |
| 39 | <a href="mailto:[email protected]">[email protected]</a>. Be sure to |
| 40 | describe in detail what the patch does and which version of Fossil |
| 41 |