Show More
@@ -1,10 +1,23 | |||
|
1 | #!/bin/sh | |
|
2 | ||
|
3 | echo '% hg debuginstall' | |
|
4 | 1 | hg debuginstall |
|
2 | $ hg debuginstall | |
|
3 | Checking encoding (ascii)... | |
|
4 | Checking extensions... | |
|
5 | Checking templates... | |
|
6 | Checking patch... | |
|
7 | Checking commit editor... | |
|
8 | Checking username... | |
|
9 | No problems detected | |
|
5 | 10 | |
|
6 |
|
|
|
7 | HGUSER= hg debuginstall | |
|
11 | hg debuginstall with no username | |
|
12 | $ HGUSER= hg debuginstall | |
|
13 | Checking encoding (ascii)... | |
|
14 | Checking extensions... | |
|
15 | Checking templates... | |
|
16 | Checking patch... | |
|
17 | Checking commit editor... | |
|
18 | Checking username... | |
|
19 | no username supplied (see "hg help config") | |
|
20 | (specify a username in your .hgrc file) | |
|
21 | 1 problems detected, please check your install! | |
|
8 | 22 | |
|
9 | # Happy End | |
|
10 | true | |
|
23 | $ true |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now