docs/publish.sh @ 4dddc56c4c4b

Use @registrar.command where available (hg 3.7+).
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 20 Oct 2017 10:51:53 -0500
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