view host/update.sh @ 2123:2d8950cbb0e7 default tip

remove ignore_there
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 09 Jan 2026 10:05:21 -0700
parents 059afc92310b
children
line wrap: on
line source

#!/bin/bash
set -e

./stop.sh

echo Updating hg
hg pull -u

./update2.sh