How do I combine multiple changelog / commit entries in mercurial
Posted
by Kimvais
on Stack Overflow
See other posts from Stack Overflow
or by Kimvais
Published on 2010-05-06T09:15:43Z
Indexed on
2010/05/06
9:18 UTC
Read the original article
Hit count: 343
mercurial
I currently have a repository, where development work has been committed directly into the 'default' branch. I'd like to find a way to combine multiple small changesets into a single changeset, for merging the changes to child repositories.
E.g in the default/main repo there are changesets something like:
12839: Fooed the bar
12838: Fixed blonking
12837: Trumped slamdunks
...
323: Started development for thingamajiks
and I would like this to look like (in the child repos):
323: Added thingamajik functionality
© Stack Overflow or respective owner