Additional history rewriting commands for Mercurial.
Additional history rewriting commands for Mercurial for faster and safer mutable history. The extension offers a safe and simple way to refine changesets locally and propagate those changes to other repositories. The complex issues that can arise from exchanging draft changesets are automatically detected and handled, and it possible's for multiple developers to safely rewrite the same parts of history in a distributed way.
Additional history rewriting commands for Mercurial for faster and safer mutable history. The extension offers a safe and simple way to refine changesets locally and propagate those changes to other repositories. The complex issues that can arise from exchanging draft changesets are automatically detected and handled, and it possible's for multiple developers to safely rewrite the same parts of history in a distributed way.
To install hg-evolve, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hg-evolve
To see what files were installed by hg-evolve, run:
port contents hg-evolve
To later upgrade hg-evolve, run:
sudo port selfupdate && sudo port upgrade hg-evolve
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.