rust/hg-core/src/lib.rs
changeset 44348 d8d4fa9a7f18
parent 44347 2fe89bec8011
child 44529 52d40f8fb82d
equal deleted inserted replaced
44347:2fe89bec8011 44348:d8d4fa9a7f18
    19 };
    19 };
    20 mod filepatterns;
    20 mod filepatterns;
    21 pub mod matchers;
    21 pub mod matchers;
    22 pub mod revlog;
    22 pub mod revlog;
    23 pub use revlog::*;
    23 pub use revlog::*;
       
    24 #[cfg(feature = "with-re2")]
       
    25 pub mod re2;
    24 pub mod utils;
    26 pub mod utils;
    25 
    27 
    26 use crate::utils::hg_path::{HgPathBuf, HgPathError};
    28 use crate::utils::hg_path::{HgPathBuf, HgPathError};
    27 pub use filepatterns::{
    29 pub use filepatterns::{
    28     parse_pattern_syntax, read_pattern_file, IgnorePattern,
    30     parse_pattern_syntax, read_pattern_file, IgnorePattern,