##// 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:

r12083:ebfc4692 stable
r12277:a7d3147b stable
Show More
test-install.out
18 lines | 494 B | text/plain | TextLexer
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 % hg debuginstall
Matt Mackall
Add debuginstall command to do basic install tests
r3844 Checking encoding (ascii)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Matt Mackall
Add some remedies and a username check to debuginstall
r3848 Checking username...
Matt Mackall
Add debuginstall command to do basic install tests
r3844 No problems detected
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 % hg debuginstall with no username
Checking encoding (ascii)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
Martin Geisler
ui: refer to "hg help config" when no username is set
r9786 no username supplied (see "hg help config")
Brodie Rao
help: refer to user configuration file more consistently...
r12083 (specify a username in your configuration file)
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 1 problems detected, please check your install!