##// END OF EJS Templates
tests: unify test-addremove-similar
tests: unify test-addremove-similar

File last commit:

r9786:951730b2 default
r11851:db955418 default
Show More
test-install.out
18 lines | 486 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")
Martin Geisler
commands: call ui.username carefully in debuginstall...
r9734 (specify a username in your .hgrc file)
1 problems detected, please check your install!