#!/bin/sh
hg status
hg diff
hg commit -m "New version"
hg push -f ssh://sage@localhost/www/hg/scripts-main
