comparison mercurial/debugcommands.py @ 50715:0ab3956540a6

branching: merge stable into default
author Rapha?l Gom?s <rgomes@octobus.net>
date Thu, 22 Jun 2023 11:28:17 +0200
parents 89556caf3c66 a45460e235a2
children d718eddf01d9
comparison
equal deleted inserted replaced
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