##// END OF EJS Templates
Add tests/test-committer...
Add tests/test-committer This checks to see if the EMAIL environment variable is being used for commit.

File last commit:

r2104:f1085d34 default
r2104:f1085d34 default
Show More
test-committer
12 lines | 163 B | text/plain | TextLexer
Andrew Thompson
Add tests/test-committer...
r2104 #!/bin/sh
unset HGUSER
EMAIL="My Name <myname@example.com>"
export EMAIL
hg init test
cd test
touch asdf
hg add asdf
hg commit -d '1000000 0' -m commit-1
hg tip