Show More
@@ -335,7 +335,7 b' def has_hg_range(v):' | |||
|
335 | 335 | @check("rust", "Using the Rust extensions") |
|
336 | 336 | def has_rust(): |
|
337 | 337 | """Check is the mercurial currently running is using some rust code""" |
|
338 |
cmd = |
|
|
338 | cmd = 'hg debuginstall --quiet 2>&1' | |
|
339 | 339 | match = br'checking module policy \(([^)]+)\)' |
|
340 | 340 | policy = matchoutput(cmd, match) |
|
341 | 341 | if not policy: |
General Comments 0
You need to be logged in to leave comments.
Login now