mercurial/debugcommands.py
changeset 50718 0ab3956540a6
parent 50644 89556caf3c66
parent 50689 a45460e235a2
child 50928 d718eddf01d9
equal deleted inserted replaced
50714:e5c1e7aec973 50718: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