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