Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Revisions: Issue #3321 All Revisions ] Back to Issue ]
Summary 0003321: Adopt a 50/72 and one-change-per-commit (merges) style for Mercurial commit messages
Revision 2017-10-30 03:03 by WubTheCaptain
Steps To Reproduce
$ hg --quiet clone'https://bitbucket.org/Doomseeker/doomseeker/ [^]'
$ cd doomseeker/
$ hg log --patch -r 2121:2ee1fdeb200a
...


Notice how multiline commits such as 2ee1fde only display the first line as heading. This is no different with default hg log style.
Revision 2017-10-30 02:43 by WubTheCaptain
Steps To Reproduce
$ hg --quiet clone'https://bitbucket.org/Doomseeker/doomseeker/ [^]'
$ cd doomseeker/
$ hg log --style compact -r 2121:2ee1fdeb200a
...


Notice how multiline commits such as 2ee1fde only display the first line as heading. This is no different with default hg log style.
Revision 2017-10-30 02:40 by WubTheCaptain
Steps To Reproduce
$ hg --quiet clone'https://bitbucket.org/Doomseeker/doomseeker/ [^]'
$ cd doomseeker/
$ hg log --style compact 2123:73b5301c3fc8
...


Notice how multiline commits such as 2ee1fde only display the first line as heading. This is no different with default hg log style.
Revision 2017-10-30 02:37 by WubTheCaptain
Steps To Reproduce
$ hg --quiet clone'https://bitbucket.org/Doomseeker/doomseeker/ [^]'
$ cd doomseeker/
$ hg --quiet checkout 2123:73b5301c3fc8
$ hg log --style compact
...


Notice how multiline commits such as 2ee1fde only display the first line as heading. This is no different with default hg log style.
Revision 2017-10-30 02:17 by WubTheCaptain
Steps To Reproduce
$ hg --quiet clone'https://bitbucket.org/Doomseeker/doomseeker/ [^]'
$ cd doomseeker/
$ hg log --style compact
...


Notice how multiline commits such as 2ee1fde only display the first line as heading. This is no different with default hg log style.






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker