Commit message guidelines: Difference between revisions

added alternative changelog commands to account for length of the output
No edit summary
(added alternative changelog commands to account for length of the output)
Line 4: Line 4:


   hg log --style changelog
   hg log --style changelog
*Note that this command will print all changelogs to the screen, currently including all changelogs back to 2008 and approaching 200,0000 lines of text. You may use the followig command for a paged output:
  hg log --style changelog | less
*Alternatively, you may save the changlogs to a text file. This will permit viewing and searching in a text editor for use in preparing your own commit messages:
  hg log --style changelog >> octave_changelogs.log


== Guidelines ==
== Guidelines ==
150

edits