##// END OF EJS Templates
convert: help string cleanups
convert: help string cleanups

File last commit:

r12083:ebfc4692 stable
r12186:3417b3d9 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!