comparison tests/test-install.t @ 16934:0c9c41e53f1a

debuginstall: lowercase status messages
author Martin Geisler <mg@aragost.com>
date Tue, 12 Jun 2012 14:18:18 +0200
parents 9910f60a37ee
children bdd248666dbc
comparison
equal deleted inserted replaced
16933:30143c3dd102 16934:0c9c41e53f1a
1 hg debuginstall 1 hg debuginstall
2 $ hg debuginstall 2 $ hg debuginstall
3 Checking encoding (ascii)... 3 checking encoding (ascii)...
4 Checking installed modules (*mercurial)... (glob) 4 checking installed modules (*mercurial)... (glob)
5 Checking templates (*mercurial?templates)... (glob) 5 checking templates (*mercurial?templates)... (glob)
6 Checking commit editor... 6 checking commit editor...
7 Checking username... 7 checking username...
8 No problems detected 8 no problems detected
9 9
10 hg debuginstall with no username 10 hg debuginstall with no username
11 $ HGUSER= hg debuginstall 11 $ HGUSER= hg debuginstall
12 Checking encoding (ascii)... 12 checking encoding (ascii)...
13 Checking installed modules (*mercurial)... (glob) 13 checking installed modules (*mercurial)... (glob)
14 Checking templates (*mercurial?templates)... (glob) 14 checking templates (*mercurial?templates)... (glob)
15 Checking commit editor... 15 checking commit editor...
16 Checking username... 16 checking username...
17 no username supplied (see "hg help config") 17 no username supplied (see "hg help config")
18 (specify a username in your configuration file) 18 (specify a username in your configuration file)
19 1 problems detected, please check your install! 19 1 problems detected, please check your install!
20 [1] 20 [1]