Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 50856:2b4bcdc948e7
rust: don't escape spaces in regex
Spaces are not in fact a regex special character, and escaping them is
not correct.
author | Spencer Baugh <sbaugh@janestreet.com> |
---|---|
date | Wed, 02 Aug 2023 09:59:49 -0400 |
parents | 3d0a9c6e614d |
children |
line wrap: on
line source
pub mod dirstate_map; pub mod on_disk; pub mod owning; pub mod path_with_basename; pub mod status;