How do I combine multiple changelog / commit entries in mercurial
- by Kimvais
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