equal
deleted
inserted
replaced
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\)... |
4 Checking installed modules \(.*/mercurial\)\.\.\. |
5 Checking templates... |
5 Checking templates... |
6 Checking patch... |
6 Checking patch... |
7 Checking commit editor... |
7 Checking commit editor... |
8 Checking username... |
8 Checking username... |
9 No problems detected |
9 No problems detected |
10 |
10 |
11 hg debuginstall with no username |
11 hg debuginstall with no username |
12 $ HGUSER= hg debuginstall |
12 $ HGUSER= hg debuginstall |
13 Checking encoding (ascii)... |
13 Checking encoding (ascii)... |
14 Checking installed modules \(.*/mercurial\)... |
14 Checking installed modules \(.*/mercurial\)\.\.\. |
15 Checking templates... |
15 Checking templates... |
16 Checking patch... |
16 Checking patch... |
17 Checking commit editor... |
17 Checking commit editor... |
18 Checking username... |
18 Checking username... |
19 no username supplied (see "hg help config") |
19 no username supplied (see "hg help config") |