1 #!/bin/sh
2
3 unset HGUSER
4 EMAIL="My Name <myname@example.com>"
5 export EMAIL
6
7 hg init test
8 cd test
9 touch asdf
10 hg add asdf
11 hg commit -d '1000000 0' -m commit-1
12 hg tip