Submitter | phabricator |
---|---|
Date | March 11, 2020, 4:25 p.m. |
Message ID | <0e162489c22bb9ce89dc9ea7a1bcb9bb@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45731/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/rust/hg-core/src/utils/path_auditor.rs b/rust/hg-core/src/utils/path_auditor.rs --- a/rust/hg-core/src/utils/path_auditor.rs +++ b/rust/hg-core/src/utils/path_auditor.rs @@ -117,6 +117,7 @@ continue; } self.check_filesystem(&prefix, &path)?; + self.audited_dirs.insert(prefix.to_owned()); } self.audited.insert(path.to_owned());