sapling/tests/test-install.t
2010-08-20 15:31:05 -05:00

24 lines
621 B
Perl

hg debuginstall
$ hg debuginstall
Checking encoding (ascii)...
Checking installed modules \(.*/mercurial\)...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
No problems detected
hg debuginstall with no username
$ HGUSER= hg debuginstall
Checking encoding (ascii)...
Checking installed modules \(.*/mercurial\)...
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!
$ true