Submitter | phabricator |
---|---|
Date | April 1, 2020, 3:22 p.m. |
Message ID | <dd513061174a4d29c2fd26e09281f456@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45966/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/hghave.py b/tests/hghave.py --- a/tests/hghave.py +++ b/tests/hghave.py @@ -335,7 +335,7 @@ @check("rust", "Using the Rust extensions") def has_rust(): """Check is the mercurial currently running is using some rust code""" - cmd = b'hg debuginstall --quiet 2>&1' + cmd = 'hg debuginstall --quiet 2>&1' match = br'checking module policy \(([^)]+)\)' policy = matchoutput(cmd, match) if not policy: