Aurélien Campéas escribió/skribis/wrote/scrit (2023-04-08T13:07:10+0200):
> How about "hg amend -u ..." ? IIRC it doesnt prompt for a commit message > (unless -e is there). You are right. But it fixes the parent of the working directory, not a specific revision. I have done a test: a shell loop that executes `hg update -r` and `hg amend -u` for every revision to fix; then `hg evolve --any` at the end. It works. Thanks. -- Marcos Cruz http://programandala.net _______________________________________________ Evolve-testers mailing list [email protected] https://lists.mercurial-scm.org/mailman/listinfo/mercurial-evolve-testers
