mercurial/templates/__init__.py
author Spencer Baugh <sbaugh@janestreet.com>
Wed, 02 Aug 2023 09:59:49 -0400
changeset 50883 2b4bcdc948e7
parent 45324 f55c47f41b8e
permissions -rw-r--r--
rust: don't escape spaces in regex Spaces are not in fact a regex special character, and escaping them is not correct.