Add the site publishing script.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Fri, 29 Oct 2010 13:35:31 -0400 | 
    
    
        | parents | 3b62444465bb | 
    
        | children | 83a58c156e01 | 
    
        | branches/tags | (none) | 
    
        | files | site/publish.sh | 
Changes
    
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/site/publish.sh	Fri Oct 29 13:35:31 2010 -0400
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+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