##// END OF EJS Templates
Add tests/test-committer...
Andrew Thompson -
r2104:f1085d34 default
parent child Browse files
Show More
@@ -0,0 +1,12 b''
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
@@ -0,0 +1,6 b''
1 changeset: 0:9426b370c206
2 tag: tip
3 user: My Name <myname@example.com>
4 date: Mon Jan 12 13:46:40 1970 +0000
5 summary: commit-1
6
General Comments 0
You need to be logged in to leave comments. Login now