From 6a6d5156b070d267415a2e1f7a5c90b24f945ef8 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 9 Mar 2011 19:35:17 -0500 Subject: [PATCH] Update the publish script to add a pull first. --- site/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/site/publish.sh b/site/publish.sh index cacd170..0b38858 100755 --- a/site/publish.sh +++ b/site/publish.sh @@ -1,5 +1,6 @@ #!/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