docs/publish.sh @ 003e92ae20da

Command line overwrites format string from HGRC

Also extends help to mention hgrc setting.
author Oben Sonne <obensonne@googlemail.com>
date Wed, 05 Oct 2016 10:45:22 +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