sapling/tests/test-install.t

23 lines
731 B
Perl
Raw Normal View History

2010-08-17 16:18:59 +04:00
hg debuginstall
$ hg debuginstall
checking encoding (ascii)...
checking Python lib (*lib*)... (glob)
checking installed modules (*mercurial)... (glob)
checking templates (*mercurial?templates)... (glob)
checking commit editor...
checking username...
no problems detected
2010-08-17 16:18:59 +04:00
hg debuginstall with no username
$ HGUSER= hg debuginstall
checking encoding (ascii)...
checking Python lib (*lib*)... (glob)
checking installed modules (*mercurial)... (glob)
checking templates (*mercurial?templates)... (glob)
checking commit editor...
checking username...
2010-08-17 16:18:59 +04:00
no username supplied (see "hg help config")
2010-08-30 15:00:22 +04:00
(specify a username in your configuration file)
2010-08-17 16:18:59 +04:00
1 problems detected, please check your install!
2010-09-17 02:51:32 +04:00
[1]