docs/publish.sh @ 0dc141617716

Display obsolete comments/signoff with lower opacity.

Add a obsolete class on comments and signoff messages, which
sets the opacity to 0.6
author Christophe de Vienne <cdevienne@gmail.com>
date Tue, 28 Oct 2014 00:28:05 +0100
parents cf64f6f74ad3
children (none)
#!/usr/bin/env bash

make html
rsync --delete -az _build/html/ ~/src/sjl.bitbucket.org/hg-review
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-review: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push