Mercurial > hg > mercurial-source
comparison tests/test-install.t @ 30016:b3a677c82a35
debuginstall: expose modulepolicy
With this, you can check for pure easily:
$ HGMODULEPOLICY=py ./hg debuginstall -T "{hgmodulepolicy}"
py
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 09 Mar 2016 19:55:45 +0000 |
parents | 3c9066ed557c |
children | 7b428b00a1d4 |
comparison
equal
deleted
inserted
replaced
30015:3f9e68864ccc | 30016:b3a677c82a35 |
---|---|
4 checking Python executable (*) (glob) | 4 checking Python executable (*) (glob) |
5 checking Python version (2.*) (glob) | 5 checking Python version (2.*) (glob) |
6 checking Python lib (*lib*)... (glob) | 6 checking Python lib (*lib*)... (glob) |
7 checking Mercurial version (*) (glob) | 7 checking Mercurial version (*) (glob) |
8 checking Mercurial custom build (*) (glob) | 8 checking Mercurial custom build (*) (glob) |
9 checking module policy (*) (glob) | |
9 checking installed modules (*mercurial)... (glob) | 10 checking installed modules (*mercurial)... (glob) |
10 checking templates (*mercurial?templates)... (glob) | 11 checking templates (*mercurial?templates)... (glob) |
11 checking default template (*mercurial?templates?map-cmdline.default) (glob) | 12 checking default template (*mercurial?templates?map-cmdline.default) (glob) |
12 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) | 13 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) |
13 checking username (test) | 14 checking username (test) |
23 "editor": "* -c \"import sys; sys.exit(0)\"", (glob) | 24 "editor": "* -c \"import sys; sys.exit(0)\"", (glob) |
24 "editornotfound": false, | 25 "editornotfound": false, |
25 "encoding": "ascii", | 26 "encoding": "ascii", |
26 "encodingerror": null, | 27 "encodingerror": null, |
27 "extensionserror": null, | 28 "extensionserror": null, |
29 "hgmodulepolicy": "*", (glob) | |
28 "hgmodules": "*mercurial", (glob) | 30 "hgmodules": "*mercurial", (glob) |
29 "hgver": "*", (glob) | 31 "hgver": "*", (glob) |
30 "hgverextra": "*", (glob) | 32 "hgverextra": "*", (glob) |
31 "problems": 0, | 33 "problems": 0, |
32 "pythonexe": "*", (glob) | 34 "pythonexe": "*", (glob) |
45 checking Python executable (*) (glob) | 47 checking Python executable (*) (glob) |
46 checking Python version (2.*) (glob) | 48 checking Python version (2.*) (glob) |
47 checking Python lib (*lib*)... (glob) | 49 checking Python lib (*lib*)... (glob) |
48 checking Mercurial version (*) (glob) | 50 checking Mercurial version (*) (glob) |
49 checking Mercurial custom build (*) (glob) | 51 checking Mercurial custom build (*) (glob) |
52 checking module policy (*) (glob) | |
50 checking installed modules (*mercurial)... (glob) | 53 checking installed modules (*mercurial)... (glob) |
51 checking templates (*mercurial?templates)... (glob) | 54 checking templates (*mercurial?templates)... (glob) |
52 checking default template (*mercurial?templates?map-cmdline.default) (glob) | 55 checking default template (*mercurial?templates?map-cmdline.default) (glob) |
53 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) | 56 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) |
54 checking username... | 57 checking username... |
68 checking Python executable (*) (glob) | 71 checking Python executable (*) (glob) |
69 checking Python version (*) (glob) | 72 checking Python version (*) (glob) |
70 checking Python lib (*lib*)... (glob) | 73 checking Python lib (*lib*)... (glob) |
71 checking Mercurial version (*) (glob) | 74 checking Mercurial version (*) (glob) |
72 checking Mercurial custom build (*) (glob) | 75 checking Mercurial custom build (*) (glob) |
76 checking module policy (*) (glob) | |
73 checking installed modules (*mercurial)... (glob) | 77 checking installed modules (*mercurial)... (glob) |
74 checking templates (*mercurial?templates)... (glob) | 78 checking templates (*mercurial?templates)... (glob) |
75 checking default template (*mercurial?templates?map-cmdline.default) (glob) | 79 checking default template (*mercurial?templates?map-cmdline.default) (glob) |
76 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) | 80 checking commit editor... (* -c "import sys; sys.exit(0)") (glob) |
77 checking username (test) | 81 checking username (test) |