http://bugs.grommit.com/show_bug.cgi?id=289
Summary: empty commit message with cdm loaded leaves bad journal state Product: SCM Migration Version: unspecified Platform: All OS/Version: Solaris 11/Nevada Status: NEW Severity: major Priority: P2 Component: cdm AssignedTo: scm-migration-dev at opensolaris.org ReportedBy: stevel at sun.com hg init foo && cd foo && touch bar && hg add bar && hg commit -A (assuming vi) :wq hg commit -A Normally, hg should complain and rollback the transaction if an empty commit message is given. With Cadmium loaded, the :wq succeeds, and the transaction isn't rolled back leaving a journal.dirstate around. A subsequent 'hg commit' will throw an error about the already existing journal.dirstate and will prompt the user to run 'hg recover' It's not a critical error since it's easy to recover from, but it's bad in the sense that leaving stale journals is bad. -- 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.