test-install.t
43 lines
| 1.4 KiB
| text/troff
|
Tads3Lexer
/ tests / test-install.t
Pradeepkumar Gayam
|
r11917 | hg debuginstall | ||
$ hg debuginstall | ||||
Martin Geisler
|
r16934 | checking encoding (ascii)... | ||
Matt Mackall
|
r20741 | checking Python executable (*) (glob) | ||
checking Python version (2.*) (glob) | ||||
Adrian Buehlmann
|
r17392 | checking Python lib (*lib*)... (glob) | ||
Martin Geisler
|
r16934 | checking installed modules (*mercurial)... (glob) | ||
checking templates (*mercurial?templates)... (glob) | ||||
checking commit editor... | ||||
checking username... | ||||
no problems detected | ||||
Pradeepkumar Gayam
|
r11917 | |||
hg debuginstall with no username | ||||
$ HGUSER= hg debuginstall | ||||
Martin Geisler
|
r16934 | checking encoding (ascii)... | ||
Matt Mackall
|
r20741 | checking Python executable (*) (glob) | ||
checking Python version (2.*) (glob) | ||||
Adrian Buehlmann
|
r17392 | checking Python lib (*lib*)... (glob) | ||
Martin Geisler
|
r16934 | checking installed modules (*mercurial)... (glob) | ||
checking templates (*mercurial?templates)... (glob) | ||||
checking commit editor... | ||||
checking username... | ||||
Matt Mackall
|
r20574 | no username supplied | ||
Martin Geisler
|
r12084 | (specify a username in your configuration file) | ||
Pradeepkumar Gayam
|
r11917 | 1 problems detected, please check your install! | ||
Matt Mackall
|
r12316 | [1] | ||
Matt Harbison
|
r24891 | |||
path variables are expanded (~ is the same as $TESTTMP) | ||||
$ mkdir tools | ||||
$ touch tools/testeditor.exe | ||||
#if execbit | ||||
$ chmod 755 tools/testeditor.exe | ||||
#endif | ||||
$ hg debuginstall --config ui.editor=~/tools/testeditor.exe | ||||
checking encoding (ascii)... | ||||
checking Python executable (*) (glob) | ||||
checking Python version (*) (glob) | ||||
checking Python lib (*lib*)... (glob) | ||||
checking installed modules (*mercurial)... (glob) | ||||
checking templates (*mercurial?templates)... (glob) | ||||
checking commit editor... | ||||
checking username... | ||||
no problems detected | ||||