##// END OF EJS Templates
Merged WSGI fixes from http://hg.omnifarious.org/~hopper/webmerc/
Merged WSGI fixes from http://hg.omnifarious.org/~hopper/webmerc/

File last commit:

r2104:f1085d34 default
r2539:8a8d9ada merge 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