tests/test-install.out
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun, 08 Aug 2010 22:49:01 +0200
changeset 11767 9b771b4ce2f3
parent 9786 951730b2b8ba
child 12083 ebfc46929f3e
permissions -rw-r--r--
mq/qqueue: --list does not print (active) with --quiet For scripting purposes, it can be convenient to get a simple listing of available queues, without indication of the active one. --quiet documentation change removed by Patrick Mézard.

% 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!