##// END OF EJS Templates
color: add win32 support for non-black background...
color: add win32 support for non-black background This complicates the code a bit, since attributes need to be masked together correctly before they are applied. Perhaps the code should be redesigned at some point, but this works well for now.

File last commit:

r9786:951730b2 default
r12277:a7d3147b stable
Show More
test-committer.out
29 lines | 729 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
Martin Geisler
ui: refer to "hg help config" when no username is set
r9786 abort: no username supplied (see "hg help config")
Benoit Boissinot
only print a warning when no username is specified...
r3721 No username found, using user@host instead
Martin Geisler
changelog: refuse to add revisions with empty usernames...
r8424 transaction abort!
rollback completed
abort: empty username!