#!/bin/sh

hg status
hg diff
hg commit -m "new"
hg push ssh://sage@sagemath.org/www/hg/extcode-main
