##// END OF EJS Templates
commands: call ui.username carefully in debuginstall...
commands: call ui.username carefully in debuginstall After c63c336ee2f7, 'hg debuginstall' would abort halfway through if no username was set. We now catch and display the exception instead.

File last commit:

r9734:36c388a1 default
r9734:36c388a1 default
Show More
test-install.out
18 lines | 469 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...
Please specify a username.
(specify a username in your .hgrc file)
1 problems detected, please check your install!