1,860
edits
Line 21: | Line 21: | ||
# Commit your changes <pre>hg commit</pre> Mercurial will open your default editor and ask you for a commit message. Please follow the [[commit message guidelines]], e.g. <syntaxhighlight lang="text">help.m: Display relevant topics first (bug #42424) | # Commit your changes <pre>hg commit</pre> Mercurial will open your default editor and ask you for a commit message. Please follow the [[commit message guidelines]], e.g. <syntaxhighlight lang="text">help.m: Display relevant topics first (bug #42424) | ||
* scripts/help/help.m: Describe | * scripts/help/help.m: Describe what you changed to display relevant topics | ||
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="patch"> | # Export the changes <pre>hg export -r tip -o bug42424.patch</pre> The final patch for submission will look like this<syntaxhighlight lang="patch"> | ||
</syntaxhighlight> | </syntaxhighlight> |