Submitter | phabricator |
---|---|
Date | March 4, 2020, 2:45 p.m. |
Message ID | <differential-rev-PHID-DREV-n4dhd55rtuh2vz6y5ndm-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/45452/ |
State | Superseded |
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());