#!/bin/bash
set -e

./stop.sh

echo Updating hg
hg pull -u

./update2.sh
