This is an archive of the discontinued Mercurial Phabricator instance.

narrow: only walk files within narrowspec also for committed revisions
ClosedPublic

Authored by martinvonz on Oct 5 2018, 6:35 PM.

Details

Summary

Narrow has been walking only paths matching the narrowspec when
walking the working copy. We have not done the same filtering when
walking committed revisions (e.g. "hg files -r "), which seems a
little odd. Let's make it consistent.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.