1 hg debuginstall |
1 hg debuginstall |
2 $ hg debuginstall |
2 $ hg debuginstall |
3 checking encoding (ascii)... |
3 checking encoding (ascii)... |
|
4 checking Python executable (*) (glob) |
|
5 checking Python version (2.*) (glob) |
4 checking Python lib (*lib*)... (glob) |
6 checking Python lib (*lib*)... (glob) |
5 checking installed modules (*mercurial)... (glob) |
7 checking installed modules (*mercurial)... (glob) |
6 checking templates (*mercurial?templates)... (glob) |
8 checking templates (*mercurial?templates)... (glob) |
7 checking commit editor... |
9 checking commit editor... |
8 checking username... |
10 checking username... |
9 no problems detected |
11 no problems detected |
10 |
12 |
11 hg debuginstall with no username |
13 hg debuginstall with no username |
12 $ HGUSER= hg debuginstall |
14 $ HGUSER= hg debuginstall |
13 checking encoding (ascii)... |
15 checking encoding (ascii)... |
|
16 checking Python executable (*) (glob) |
|
17 checking Python version (2.*) (glob) |
14 checking Python lib (*lib*)... (glob) |
18 checking Python lib (*lib*)... (glob) |
15 checking installed modules (*mercurial)... (glob) |
19 checking installed modules (*mercurial)... (glob) |
16 checking templates (*mercurial?templates)... (glob) |
20 checking templates (*mercurial?templates)... (glob) |
17 checking commit editor... |
21 checking commit editor... |
18 checking username... |
22 checking username... |
19 no username supplied (see "hg help config") |
23 no username supplied |
20 (specify a username in your configuration file) |
24 (specify a username in your configuration file) |
21 1 problems detected, please check your install! |
25 1 problems detected, please check your install! |
22 [1] |
26 [1] |