##// END OF EJS Templates
localrepo: let commit() get extra data from workingctx
localrepo: let commit() get extra data from workingctx

File last commit:

r4916:5c5d23d9 default
r6708:7566f00a default
Show More
test-committer.out
28 lines | 689 B | text/plain | TextLexer
/ tests / test-committer.out
Andrew Thompson
Add tests/test-committer...
r2104 changeset: 0:9426b370c206
tag: tip
user: My Name <myname@example.com>
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Benoit Boissinot
only print a warning when no username is specified...
r3721 changeset: 1:4997f15a1b24
Benoit Boissinot
makes username mandatory
r3466 tag: tip
user: foo@bar.com
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Benoit Boissinot
only print a warning when no username is specified...
r3721 changeset: 2:72b8012b424e
Benoit Boissinot
makes username mandatory
r3466 tag: tip
user: foobar <foo@bar.com>
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Benoit Boissinot
only print a warning when no username is specified...
r3721 changeset: 3:35ff3067bedd
Benoit Boissinot
makes username mandatory
r3466 tag: tip
user: foo@bar.com
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-1
Thomas Arendsen Hein
Abort on empty username so specifying a username can be forced....
r4044 transaction abort!
rollback completed
Matt Mackall
Use a weakref for recursive transactions
r4916 abort: Please specify a username.
Benoit Boissinot
only print a warning when no username is specified...
r3721 No username found, using user@host instead