docs/publish.sh @ 064a8c1d11be

Fix example of HGRC template in help output
author Oben Sonne <obensonne@googlemail.com>
date Wed, 05 Oct 2016 11:17:48 +0200
parents 187b25ff6e1a
children (none)
#!/usr/bin/env bash

markdoc build
rsync --delete -az .html/ ~/src/sjl.bitbucket.org/hg-prompt
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-prompt: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push