rust/hg-core/src/narrow.rs
changeset 50857 796b5d6693a4
parent 49982 7faedeb24eb2
--- a/rust/hg-core/src/narrow.rs	Wed Aug 02 09:57:29 2023 -0400
+++ b/rust/hg-core/src/narrow.rs	Wed Aug 09 18:08:28 2023 -0400
@@ -74,6 +74,7 @@
         Path::new(""),
         None,
         false,
+        true,
     )?;
     warnings.extend(subwarnings.into_iter().map(From::from));
 
@@ -85,6 +86,7 @@
         Path::new(""),
         None,
         false,
+        true,
     )?;
     if !patterns.is_empty() {
         warnings.extend(subwarnings.into_iter().map(From::from));