Loggerhead is a web viewer for projects in Bazaar. It can be used to navigate a branch history, annotate files, view patches, perform searches, etc. It's originally based on bazaar-webserve, which is itself based on hgweb for Mercurial.
Loggerhead is a web viewer for projects in Bazaar. It can be used to navigate a branch history, annotate files, view patches, perform searches, etc. It's originally based on bazaar-webserve, which is itself based on hgweb for Mercurial.
To install loggerhead, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install loggerhead
To see what files were installed by loggerhead, run:
port contents loggerhead
To later upgrade loggerhead, run:
sudo port selfupdate && sudo port upgrade loggerhead
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.