##// END OF EJS Templates
tests: don't just silently strip port numbers
tests: don't just silently strip port numbers

File last commit:

r9786:951730b2 default
r10398:ace3cf2b default
Show More
test-install.out
18 lines | 486 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...
no username supplied (see "hg help config")
(specify a username in your .hgrc file)
1 problems detected, please check your install!