[issue2827] Multiple sequential commits with same message should be collapsed

Andir bugs at mercurial.selenic.com
Tue May 24 13:22:06 CDT 2011


New submission from Andir <diggandir at gmail.com>:

If a commit is performed and the message matches the previous commit, the
changeset should be merged to create a singular changeset.

It should be a fairly simple process since only the previous commit needs to
be referenced.  The difficult part (I imagine) would be updating the remote
repository (if there was one) to reflect the same results.

Possible methods could be to create changeset groups where multiple
sequential changesets are grouped by message/tag but only pulled as one
changeset?

----------
messages: 16368
nosy: andir
priority: feature
status: unread
title: Multiple sequential commits with same message should be collapsed

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2827>
____________________________________________________


More information about the Mercurial-devel mailing list