# HG changeset patch # User Steve Losh # Date 1299717317 18000 # Node ID 7269f85f827822d3eadee3cb4096d8feefb0f80a # Parent 9cc5f6d3bcb8677590640ade1c3ecd0fb413a1e3 Update the publish script to add a pull first. diff -r 9cc5f6d3bcb8 -r 7269f85f8278 site/publish.sh --- a/site/publish.sh Wed Mar 09 19:29:21 2011 -0500 +++ b/site/publish.sh Wed Mar 09 19:35:17 2011 -0500 @@ -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