##// 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
% hg debuginstall
Checking encoding (ascii)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
No problems detected
% 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!