http://bugs.grommit.com/show_bug.cgi?id=534
Summary: recommit allows empty commit comment Product: SCM Migration Version: unspecified Platform: All OS/Version: Solaris 11/Nevada Status: NEW Severity: major Priority: P3 Component: cdm AssignedTo: scm-migration-dev at opensolaris.org ReportedBy: richlowe at richlowe.net In looking through bug #533 with Dave, we were talking about the possibility of a truly empty comment on a committed change. This should not be possible. However, it turns out that you can force one through reci. % hg reci -m '' This will pop up the editor, delete all lines of the preset, save, quit The editor will now pop again, when the mercurial commit code sees that you have no comment. save and quit immediately. You now have a changeset with absolutely no comment, the list of comments is the empty list (not a list containing the empty string), as such, this never makes it to comchk and friends either. -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.