comparison tests/test-install.t @ 17392:bdd248666dbc stable

debuginstall: show directory for Python lib Example new output on Windows: $ hg debuginstall checking encoding (cp1252)... checking Python lib (C:\Users\adi\hgrepos\hg-main\hg-python\lib)... checking installed modules (C:\Users\adi\hgrepos\hg-main\mercurial)... checking templates (C:\Users\adi\hgrepos\hg-main\mercurial\templates)... checking commit editor... C:\Program Files (x86)\Notepad++\notepad++.exe checking username... no problems detected on Linux: adi@kork-ubuntu64:~/hgrepos/hg-main$ ./hg debuginstall checking encoding (UTF-8)... checking Python lib (/usr/lib/python2.7)... checking installed modules (/home/adi/hgrepos/hg-main/mercurial)... checking templates (/home/adi/hgrepos/hg-main/mercurial/templates)... checking commit editor... checking username... no problems detected
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 06 Aug 2012 12:59:47 +0200
parents 0c9c41e53f1a
children 5614f8cf0861
comparison
equal deleted inserted replaced
17391:fc24c10424d2 17392:bdd248666dbc
1 hg debuginstall 1 hg debuginstall
2 $ hg debuginstall 2 $ hg debuginstall
3 checking encoding (ascii)... 3 checking encoding (ascii)...
4 checking Python lib (*lib*)... (glob)
4 checking installed modules (*mercurial)... (glob) 5 checking installed modules (*mercurial)... (glob)
5 checking templates (*mercurial?templates)... (glob) 6 checking templates (*mercurial?templates)... (glob)
6 checking commit editor... 7 checking commit editor...
7 checking username... 8 checking username...
8 no problems detected 9 no problems detected
9 10
10 hg debuginstall with no username 11 hg debuginstall with no username
11 $ HGUSER= hg debuginstall 12 $ HGUSER= hg debuginstall
12 checking encoding (ascii)... 13 checking encoding (ascii)...
14 checking Python lib (*lib*)... (glob)
13 checking installed modules (*mercurial)... (glob) 15 checking installed modules (*mercurial)... (glob)
14 checking templates (*mercurial?templates)... (glob) 16 checking templates (*mercurial?templates)... (glob)
15 checking commit editor... 17 checking commit editor...
16 checking username... 18 checking username...
17 no username supplied (see "hg help config") 19 no username supplied (see "hg help config")