comparison tests/test-committer @ 2104:f1085d34d20d

Add tests/test-committer This checks to see if the EMAIL environment variable is being used for commit.
author Andrew Thompson <andrewkt@aktzero.com>
date Thu, 20 Apr 2006 16:33:49 +0200
parents
children 8b55c0ba8048
comparison
equal deleted inserted replaced
2103:caccf539c9a4 2104:f1085d34d20d
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