Show More
@@ -43,16 +43,20 b'' | |||||
43 | tested with: 3.0 3.1 3.2.1 |
|
43 | tested with: 3.0 3.1 3.2.1 | |
44 | bug reporting: https://example.org/bts |
|
44 | bug reporting: https://example.org/bts | |
45 | histedit |
|
45 | histedit | |
46 | location: */hgext/histedit.py* (glob) |
|
46 | location: */hgext/histedit.py* (glob) (no-pyoxidizer-in-memory !) | |
|
47 | location: */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
47 | bundled: yes |
|
48 | bundled: yes | |
48 | mq |
|
49 | mq | |
49 | location: */hgext/mq.py* (glob) |
|
50 | location: */hgext/mq.py* (glob) (no-pyoxidizer-in-memory !) | |
|
51 | location: */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
50 | bundled: yes |
|
52 | bundled: yes | |
51 | patchbomb |
|
53 | patchbomb | |
52 | location: */hgext/patchbomb.py* (glob) |
|
54 | location: */hgext/patchbomb.py* (glob) (no-pyoxidizer-in-memory !) | |
|
55 | location: */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
53 | bundled: yes |
|
56 | bundled: yes | |
54 | rebase |
|
57 | rebase | |
55 | location: */hgext/rebase.py* (glob) |
|
58 | location: */hgext/rebase.py* (glob) (no-pyoxidizer-in-memory !) | |
|
59 | location: */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
56 | bundled: yes |
|
60 | bundled: yes | |
57 |
|
61 | |||
58 | $ hg debugextensions -Tjson | sed 's|\\\\|/|g' |
|
62 | $ hg debugextensions -Tjson | sed 's|\\\\|/|g' | |
@@ -75,28 +79,32 b'' | |||||
75 | "buglink": "", |
|
79 | "buglink": "", | |
76 | "bundled": true, |
|
80 | "bundled": true, | |
77 | "name": "histedit", |
|
81 | "name": "histedit", | |
78 | "source": "*/hgext/histedit.py*", (glob) |
|
82 | "source": "*/hgext/histedit.py*", (glob) (no-pyoxidizer-in-memory !) | |
|
83 | "source": */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
79 | "testedwith": [] |
|
84 | "testedwith": [] | |
80 | }, |
|
85 | }, | |
81 | { |
|
86 | { | |
82 | "buglink": "", |
|
87 | "buglink": "", | |
83 | "bundled": true, |
|
88 | "bundled": true, | |
84 | "name": "mq", |
|
89 | "name": "mq", | |
85 | "source": "*/hgext/mq.py*", (glob) |
|
90 | "source": "*/hgext/mq.py*", (glob) (no-pyoxidizer-in-memory !) | |
|
91 | "source": */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
86 | "testedwith": [] |
|
92 | "testedwith": [] | |
87 | }, |
|
93 | }, | |
88 | { |
|
94 | { | |
89 | "buglink": "", |
|
95 | "buglink": "", | |
90 | "bundled": true, |
|
96 | "bundled": true, | |
91 | "name": "patchbomb", |
|
97 | "name": "patchbomb", | |
92 | "source": "*/hgext/patchbomb.py*", (glob) |
|
98 | "source": "*/hgext/patchbomb.py*", (glob) (no-pyoxidizer-in-memory !) | |
|
99 | "source": */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
93 | "testedwith": [] |
|
100 | "testedwith": [] | |
94 | }, |
|
101 | }, | |
95 | { |
|
102 | { | |
96 | "buglink": "", |
|
103 | "buglink": "", | |
97 | "bundled": true, |
|
104 | "bundled": true, | |
98 | "name": "rebase", |
|
105 | "name": "rebase", | |
99 | "source": "*/hgext/rebase.py*", (glob) |
|
106 | "source": "*/hgext/rebase.py*", (glob) (no-pyoxidizer-in-memory !) | |
|
107 | "source": */release/app/hg* (glob) (pyoxidizer-in-memory !) | |||
100 | "testedwith": [] |
|
108 | "testedwith": [] | |
101 | } |
|
109 | } | |
102 | ] |
|
110 | ] |
@@ -13,7 +13,8 b' hg debuginstall' | |||||
13 | checking Mercurial version (*) (glob) |
|
13 | checking Mercurial version (*) (glob) | |
14 | checking Mercurial custom build (*) (glob) |
|
14 | checking Mercurial custom build (*) (glob) | |
15 | checking module policy (*) (glob) |
|
15 | checking module policy (*) (glob) | |
16 | checking installed modules (*mercurial)... (glob) |
|
16 | checking installed modules (*mercurial)... (glob) (no-pyoxidizer-in-memory !) | |
|
17 | checking installed modules (*/release/app/hg*)... (glob) (pyoxidizer-in-memory !) | |||
17 | checking registered compression engines (*zlib*) (glob) |
|
18 | checking registered compression engines (*zlib*) (glob) | |
18 | checking available compression engines (*zlib*) (glob) |
|
19 | checking available compression engines (*zlib*) (glob) | |
19 | checking available compression engines for wire protocol (*zlib*) (glob) |
|
20 | checking available compression engines for wire protocol (*zlib*) (glob) | |
@@ -43,7 +44,8 b' hg debuginstall JSON' | |||||
43 | "encodingerror": null, |
|
44 | "encodingerror": null, | |
44 | "extensionserror": null, (no-pure !) |
|
45 | "extensionserror": null, (no-pure !) | |
45 | "hgmodulepolicy": "*", (glob) |
|
46 | "hgmodulepolicy": "*", (glob) | |
46 | "hgmodules": "*mercurial", (glob) |
|
47 | "hgmodules": "*mercurial", (glob) (no-pyoxidizer-in-memory !) | |
|
48 | "hgmodules": "*/release/app/hg*", (glob) (pyoxidizer-in-memory !) | |||
47 | "hgver": "*", (glob) |
|
49 | "hgver": "*", (glob) | |
48 | "hgverextra": "*", (glob) |
|
50 | "hgverextra": "*", (glob) | |
49 | "problems": 0, |
|
51 | "problems": 0, | |
@@ -76,7 +78,8 b' hg debuginstall with no username' | |||||
76 | checking Mercurial version (*) (glob) |
|
78 | checking Mercurial version (*) (glob) | |
77 | checking Mercurial custom build (*) (glob) |
|
79 | checking Mercurial custom build (*) (glob) | |
78 | checking module policy (*) (glob) |
|
80 | checking module policy (*) (glob) | |
79 | checking installed modules (*mercurial)... (glob) |
|
81 | checking installed modules (*mercurial)... (glob) (no-pyoxidizer-in-memory !) | |
|
82 | checking installed modules (*/release/app/hg*)... (glob) (pyoxidizer-in-memory !) | |||
80 | checking registered compression engines (*zlib*) (glob) |
|
83 | checking registered compression engines (*zlib*) (glob) | |
81 | checking available compression engines (*zlib*) (glob) |
|
84 | checking available compression engines (*zlib*) (glob) | |
82 | checking available compression engines for wire protocol (*zlib*) (glob) |
|
85 | checking available compression engines for wire protocol (*zlib*) (glob) | |
@@ -125,7 +128,8 b' path variables are expanded (~ is the sa' | |||||
125 | checking Mercurial version (*) (glob) |
|
128 | checking Mercurial version (*) (glob) | |
126 | checking Mercurial custom build (*) (glob) |
|
129 | checking Mercurial custom build (*) (glob) | |
127 | checking module policy (*) (glob) |
|
130 | checking module policy (*) (glob) | |
128 | checking installed modules (*mercurial)... (glob) |
|
131 | checking installed modules (*mercurial)... (glob) (no-pyoxidizer-in-memory !) | |
|
132 | checking installed modules (*/release/app/hg*)... (glob) (pyoxidizer-in-memory !) | |||
129 | checking registered compression engines (*zlib*) (glob) |
|
133 | checking registered compression engines (*zlib*) (glob) | |
130 | checking available compression engines (*zlib*) (glob) |
|
134 | checking available compression engines (*zlib*) (glob) | |
131 | checking available compression engines for wire protocol (*zlib*) (glob) |
|
135 | checking available compression engines for wire protocol (*zlib*) (glob) | |
@@ -154,7 +158,8 b' not found (this is intentionally using b' | |||||
154 | checking Mercurial version (*) (glob) |
|
158 | checking Mercurial version (*) (glob) | |
155 | checking Mercurial custom build (*) (glob) |
|
159 | checking Mercurial custom build (*) (glob) | |
156 | checking module policy (*) (glob) |
|
160 | checking module policy (*) (glob) | |
157 | checking installed modules (*mercurial)... (glob) |
|
161 | checking installed modules (*mercurial)... (glob) (no-pyoxidizer-in-memory !) | |
|
162 | checking installed modules (*/release/app/hg*)... (glob) (pyoxidizer-in-memory !) | |||
158 | checking registered compression engines (*zlib*) (glob) |
|
163 | checking registered compression engines (*zlib*) (glob) | |
159 | checking available compression engines (*zlib*) (glob) |
|
164 | checking available compression engines (*zlib*) (glob) | |
160 | checking available compression engines for wire protocol (*zlib*) (glob) |
|
165 | checking available compression engines for wire protocol (*zlib*) (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now