rust: move code from utils to utils::strings
This moves string-related functions in hg::utils into the recently added hg::utils::strings module.
parent
36d39726
No related branches found
No related tags found
Showing
- rust/hg-core/src/config/layer.rs 3 additions, 2 deletionsrust/hg-core/src/config/layer.rs
- rust/hg-core/src/config/values.rs 1 addition, 1 deletionrust/hg-core/src/config/values.rs
- rust/hg-core/src/encoding.rs 1 addition, 1 deletionrust/hg-core/src/encoding.rs
- rust/hg-core/src/filepatterns.rs 1 addition, 1 deletionrust/hg-core/src/filepatterns.rs
- rust/hg-core/src/matchers.rs 1 addition, 1 deletionrust/hg-core/src/matchers.rs
- rust/hg-core/src/repo.rs 1 addition, 1 deletionrust/hg-core/src/repo.rs
- rust/hg-core/src/requirements.rs 1 addition, 1 deletionrust/hg-core/src/requirements.rs
- rust/hg-core/src/revlog/filelog.rs 1 addition, 1 deletionrust/hg-core/src/revlog/filelog.rs
- rust/hg-core/src/revlog/manifest.rs 1 addition, 1 deletionrust/hg-core/src/revlog/manifest.rs
- rust/hg-core/src/sparse.rs 1 addition, 1 deletionrust/hg-core/src/sparse.rs
- rust/hg-core/src/utils.rs 0 additions, 299 deletionsrust/hg-core/src/utils.rs
- rust/hg-core/src/utils/files.rs 1 addition, 1 deletionrust/hg-core/src/utils/files.rs
- rust/hg-core/src/utils/hg_path.rs 1 addition, 1 deletionrust/hg-core/src/utils/hg_path.rs
- rust/hg-core/src/utils/path_auditor.rs 1 addition, 1 deletionrust/hg-core/src/utils/path_auditor.rs
- rust/hg-core/src/utils/strings.rs 300 additions, 0 deletionsrust/hg-core/src/utils/strings.rs
- rust/rhg/src/blackbox.rs 1 addition, 1 deletionrust/rhg/src/blackbox.rs
- rust/rhg/src/commands/config.rs 1 addition, 1 deletionrust/rhg/src/commands/config.rs
- rust/rhg/src/main.rs 1 addition, 1 deletionrust/rhg/src/main.rs
Loading
Please register or sign in to comment