Hacker News new | ask | show | jobs
by thfuran 35 days ago
Mercurial does let you amend commits like git does, histedit is essentially identical to rebase -i, and evolve is better than anything git has.
1 comments

Isn't histedit [1] an extension? I don't think it was available back then, or if I tried I didn't like it.

I don't remember evolve [2] at all.

[1]: https://repo.mercurial-scm.org/hg/help/histedit

[2]: https://repo.mercurial-scm.org/hello/help/evolve

I’m pretty sure everything that edits history is an extension in mercurial, so both of those as well as strip and rebase.