1,860
edits
Line 15: | Line 15: | ||
* 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 | # 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> | |||
# Date 1591780091 -32400 | |||
# Wed Jun 10 18:08:11 2020 +0100 | |||
# Node ID 68c698c4f2fd98bf2d48234bd1da99e91763114f | |||
# Parent f5c9bb5955e7c9fddef5c3c3f115201e11b43b79 | |||
</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! | ||