A clean, modern theme for Mercurial's hgweb using the Bootstrap CSS framework. Extended with additional statuses for use with multiple repositories.
Download the files to a new folder boundstate in your hgweb themes folder
(/usr/share/mercurial/templates on default Ubuntu installs).
Create a link to the static files:
# cd /usr/share/mercurial/templates/static
# ln -s ../boundstate/static/boundstate boundstate
Edit your hgweb.config file to use the boundstate theme:
[web]
style = boundstate
Theme needs mercurial/hgweb/hgwebdir_mod.py to be patched. Patch is included. It also uses hgst.sh from olivetti/tools to display Jenkins jobs' statuses and dirty repositories.
One more patch mercurial/hgweb/webcommands.py adds revision numbers to graph page.

