This is a simple module attribute replacement, will take precedence over the
Python and C implementations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
- a/rust/hg-core/src/dirstate/dirs_multiset.rs
+++ b/rust/hg-core/src/dirstate/dirs_multiset.rs
@@ -118,7 +118,9 @@entry.remove(); } Entry::Vacant(_) => {
- return Err(DirstateMapError::PathNotFound(path.to_owned()))
+ return Err(DirstateMapError::PathNotFound(
+ path.to_owned(),
+ ))} };
Unrelated change. Dropped.