##// END OF EJS Templates
rust-filepatterns: unescape comment character property...
rust-filepatterns: unescape comment character property There were multiple issues in the original implementation: a. the local variable "line" dropped soon after replace_slice() applied b. replace_slice() was noop since br"\#".len() != b"#" This patch uses bytes::Regex::replace_all() since it seems the simplest way to replace bytes of arbitrary length, and I don't think we have to avoid using Regexp here.
Yuya Nishihara -
r42859:12addcc7 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src
dirstate
utils
ancestors.rs Loading ...
dagops.rs Loading ...
dirstate.rs Loading ...
discovery.rs Loading ...
filepatterns.rs Loading ...
lib.rs Loading ...
testing.rs Loading ...
utils.rs Loading ...