docs/publish.sh @ 5d808d1613f4

Mention the count filter in the docs.
author Steve Losh <steve@stevelosh.com>
date Tue, 22 Jun 2010 18:11:56 -0400
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