branch | stable |
changeset 50686 | a45460e235a2 |
parent 50317 | af776c3d5c3e |
child 50715 | 0ab3956540a6 |
50685:293e1763982e | 50686:a45460e235a2 |
---|---|
2135 fmt=b'%s', |
2135 fmt=b'%s', |
2136 sep=b', ', |
2136 sep=b', ', |
2137 ), |
2137 ), |
2138 ) |
2138 ) |
2139 re2 = b'missing' |
2139 re2 = b'missing' |
2140 if util._re2: |
2140 if util.has_re2(): |
2141 re2 = b'available' |
2141 re2 = b'available' |
2142 fm.plain(_(b'checking "re2" regexp engine (%s)\n') % re2) |
2142 fm.plain(_(b'checking "re2" regexp engine (%s)\n') % re2) |
2143 fm.data(re2=bool(util._re2)) |
2143 fm.data(re2=bool(util._re2)) |
2144 |
2144 |
2145 # templates |
2145 # templates |