#!/bin/sh mkdir repo cd repo hg init echo foo > bar hg add bar hg commit -m "test" -d "0 0" -u "Testing" hg tip cat > request.py <