1,860
edits
(→Creating and submitting patches (changesets): Add example.) |
|||
Line 11: | Line 11: | ||
* scripts/help/help.m: Describe what you changed to display relevant topics | * scripts/help/help.m: Describe what you changed to display relevant topics | ||
first. The maximal line width is 80 characters.</syntaxhighlight> | first. The maximal line width is 80 characters.</syntaxhighlight> | ||
# Export the changes <pre>hg export -r tip -o bug42424.patch</pre> The final patch for submission will look like this<syntaxhighlight lang="diff"># HG changeset patch | # Export the changes <pre>hg export -r tip -o bug42424.patch</pre> The final patch for submission will look like this {{file|bug42424.patch|<syntaxhighlight lang="diff"># HG changeset patch | ||
# User Awesome Hacker <awesome@hacker.com> | # User Awesome Hacker <awesome@hacker.com> | ||
# Date 1591780091 -32400 | # Date 1591780091 -32400 | ||
Line 35: | Line 35: | ||
switch (lower (format)) | switch (lower (format)) | ||
</syntaxhighlight> | </syntaxhighlight>}} | ||
# Upload {{Path|bug42424.patch}} to the [https://savannah.gnu.org/bugs/?group=octave bug] or [https://savannah.gnu.org/patch/?group=octave patch] tracker. If your patch file is larger than the upload limit, you can compress it before uploading. Please use a free format! | # Upload {{Path|bug42424.patch}} to the [https://savannah.gnu.org/bugs/?group=octave bug] or [https://savannah.gnu.org/patch/?group=octave patch] tracker. If your patch file is larger than the upload limit, you can compress it before uploading. Please use a free format! | ||