D8083: archival: use walk() instead of matches() on manifest

2020-02-06 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 19966. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8083?vs=19952&id=19966 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8083/new/ REVISION DETAIL https://phab.mercurial-scm.org/D80

D8083: archival: use walk() instead of matches() on manifest

2020-02-06 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Oops, I queued this one out of order because I wanted to think more about the previous two patches first, but that made `test-subrepo-deep-nested-change.t` fail. I should have known there was a reason for the order in this series. I'll de-queue this one for now, s

D8083: archival: use walk() instead of matches() on manifest

2020-02-06 Thread durin42 (Augie Fackler)
Closed by commit rHG2d1b2ad3705b: archival: use walk() instead of matches() on manifest (authored by durin42). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercurial C

D8083: archival: use walk() instead of matches() on manifest

2020-02-05 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY All we care about is the filepaths, so this avoids a pointless copy of the manifest that we only used to extract matching filenames. REPOSITORY rHG Mercurial B