#!/bin/sh unset HGUSER EMAIL="My Name " export EMAIL hg init test cd test touch asdf hg add asdf hg commit -d '1000000 0' -m commit-1 hg tip