gundo.vim/publish.sh @ 3fef22e0bab4

gundo.vim: Update documentation.
author Steve Losh <steve@stevelosh.com>
date Sat, 21 Apr 2012 14:37:34 +0100
parents a026ff3f097a
children d61bb4fbe61d
#!/usr/bin/env bash

hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push