##// END OF EJS Templates
debuginstall: add entry about re2 Rust bindings when applicable...
Raphaël Gomès -
r45019:c9897371 default
parent child Browse files
Show More
@@ -1650,6 +1650,13 b' def debuginstall(ui, **opts):'
1650 fm.plain(_(b'checking "re2" regexp engine (%s)\n') % re2)
1650 fm.plain(_(b'checking "re2" regexp engine (%s)\n') % re2)
1651 fm.data(re2=bool(util._re2))
1651 fm.data(re2=bool(util._re2))
1652
1652
1653 rust_debug_mod = policy.importrust("debug")
1654 if rust_debug_mod is not None:
1655 re2_rust = b'installed' if rust_debug_mod.re2_installed else b'missing'
1656
1657 msg = b'checking "re2" regexp engine Rust bindings (%s)\n'
1658 fm.plain(_(msg % re2_rust))
1659
1653 # templates
1660 # templates
1654 p = templater.templatepaths()
1661 p = templater.templatepaths()
1655 fm.write(b'templatedirs', b'checking templates (%s)...\n', b' '.join(p))
1662 fm.write(b'templatedirs', b'checking templates (%s)...\n', b' '.join(p))
@@ -18,6 +18,7 b' hg debuginstall'
18 checking available compression engines (*zlib*) (glob)
18 checking available compression engines (*zlib*) (glob)
19 checking available compression engines for wire protocol (*zlib*) (glob)
19 checking available compression engines for wire protocol (*zlib*) (glob)
20 checking "re2" regexp engine \((available|missing)\) (re)
20 checking "re2" regexp engine \((available|missing)\) (re)
21 checking "re2" regexp engine Rust bindings \((installed|missing)\) (re)
21 checking templates (*mercurial?templates)... (glob)
22 checking templates (*mercurial?templates)... (glob)
22 checking default template (*mercurial?templates?map-cmdline.default) (glob)
23 checking default template (*mercurial?templates?map-cmdline.default) (glob)
23 checking commit editor... (*) (glob)
24 checking commit editor... (*) (glob)
@@ -77,6 +78,7 b' hg debuginstall with no username'
77 checking available compression engines (*zlib*) (glob)
78 checking available compression engines (*zlib*) (glob)
78 checking available compression engines for wire protocol (*zlib*) (glob)
79 checking available compression engines for wire protocol (*zlib*) (glob)
79 checking "re2" regexp engine \((available|missing)\) (re)
80 checking "re2" regexp engine \((available|missing)\) (re)
81 checking "re2" regexp engine Rust bindings \((installed|missing)\) (re)
80 checking templates (*mercurial?templates)... (glob)
82 checking templates (*mercurial?templates)... (glob)
81 checking default template (*mercurial?templates?map-cmdline.default) (glob)
83 checking default template (*mercurial?templates?map-cmdline.default) (glob)
82 checking commit editor... (*) (glob)
84 checking commit editor... (*) (glob)
@@ -124,6 +126,7 b' path variables are expanded (~ is the sa'
124 checking available compression engines (*zlib*) (glob)
126 checking available compression engines (*zlib*) (glob)
125 checking available compression engines for wire protocol (*zlib*) (glob)
127 checking available compression engines for wire protocol (*zlib*) (glob)
126 checking "re2" regexp engine \((available|missing)\) (re)
128 checking "re2" regexp engine \((available|missing)\) (re)
129 checking "re2" regexp engine Rust bindings \((installed|missing)\) (re)
127 checking templates (*mercurial?templates)... (glob)
130 checking templates (*mercurial?templates)... (glob)
128 checking default template (*mercurial?templates?map-cmdline.default) (glob)
131 checking default template (*mercurial?templates?map-cmdline.default) (glob)
129 checking commit editor... ($TESTTMP/tools/testeditor.exe)
132 checking commit editor... ($TESTTMP/tools/testeditor.exe)
@@ -151,6 +154,7 b' not found (this is intentionally using b'
151 checking available compression engines (*zlib*) (glob)
154 checking available compression engines (*zlib*) (glob)
152 checking available compression engines for wire protocol (*zlib*) (glob)
155 checking available compression engines for wire protocol (*zlib*) (glob)
153 checking "re2" regexp engine \((available|missing)\) (re)
156 checking "re2" regexp engine \((available|missing)\) (re)
157 checking "re2" regexp engine Rust bindings \((installed|missing)\) (re)
154 checking templates (*mercurial?templates)... (glob)
158 checking templates (*mercurial?templates)... (glob)
155 checking default template (*mercurial?templates?map-cmdline.default) (glob)
159 checking default template (*mercurial?templates?map-cmdline.default) (glob)
156 checking commit editor... (c:\foo\bar\baz.exe) (windows !)
160 checking commit editor... (c:\foo\bar\baz.exe) (windows !)
@@ -207,6 +211,7 b" since it's bin on most platforms but Scr"
207 checking available compression engines (*) (glob)
211 checking available compression engines (*) (glob)
208 checking available compression engines for wire protocol (*) (glob)
212 checking available compression engines for wire protocol (*) (glob)
209 checking "re2" regexp engine \((available|missing)\) (re)
213 checking "re2" regexp engine \((available|missing)\) (re)
214 checking "re2" regexp engine Rust bindings \((installed|missing)\) (re)
210 checking templates ($TESTTMP/installenv/*/site-packages/mercurial/templates)... (glob)
215 checking templates ($TESTTMP/installenv/*/site-packages/mercurial/templates)... (glob)
211 checking default template ($TESTTMP/installenv/*/site-packages/mercurial/templates/map-cmdline.default) (glob)
216 checking default template ($TESTTMP/installenv/*/site-packages/mercurial/templates/map-cmdline.default) (glob)
212 checking commit editor... (*) (glob)
217 checking commit editor... (*) (glob)
@@ -247,6 +252,7 b" since it's bin on most platforms but Scr"
247 checking available compression engines (*) (glob)
252 checking available compression engines (*) (glob)
248 checking available compression engines for wire protocol (*) (glob)
253 checking available compression engines for wire protocol (*) (glob)
249 checking "re2" regexp engine \((available|missing)\) (re)
254 checking "re2" regexp engine \((available|missing)\) (re)
255 checking "re2" regexp engine Rust bindings \((installed|missing)\) (re)
250 checking templates ($TESTTMP/installenv/*/site-packages/mercurial/templates)... (glob)
256 checking templates ($TESTTMP/installenv/*/site-packages/mercurial/templates)... (glob)
251 checking default template ($TESTTMP/installenv/*/site-packages/mercurial/templates/map-cmdline.default) (glob)
257 checking default template ($TESTTMP/installenv/*/site-packages/mercurial/templates/map-cmdline.default) (glob)
252 checking commit editor... (*) (glob)
258 checking commit editor... (*) (glob)
General Comments 0
You need to be logged in to leave comments. Login now