hgweb
hgweb is the web interface distributed with Mercurial that provides browser-based access to Mercurial repositories. It renders repository data as HTML, allowing users to browse changesets, view diffs, inspect file contents, and explore history and branches without using the command line.
hgweb is implemented in Python and can be served by standard web servers either as a CGI
Features include per-repository navigation of changesets, diffs, and files; viewing of file history, annotations, and tags;
Access is typically read-only for public repositories, though administrators can configure authentication and authorization to restrict
Usage: Administrators point a web server to the appropriate hgweb or hgwebdir script and supply hgweb.config;