changeset 50715 | 0ab3956540a6 |
parent 50641 | 89556caf3c66 |
parent 50686 | a45460e235a2 |
child 50925 | d718eddf01d9 |
50711:e5c1e7aec973 | 50715:0ab3956540a6 |
---|---|
2144 fmt=b'%s', |
2144 fmt=b'%s', |
2145 sep=b', ', |
2145 sep=b', ', |
2146 ), |
2146 ), |
2147 ) |
2147 ) |
2148 re2 = b'missing' |
2148 re2 = b'missing' |
2149 if util._re2: |
2149 if util.has_re2(): |
2150 re2 = b'available' |
2150 re2 = b'available' |
2151 fm.plain(_(b'checking "re2" regexp engine (%s)\n') % re2) |
2151 fm.plain(_(b'checking "re2" regexp engine (%s)\n') % re2) |
2152 fm.data(re2=bool(util._re2)) |
2152 fm.data(re2=bool(util._re2)) |
2153 |
2153 |
2154 # templates |
2154 # templates |