Page MenuHomePhabricator

Remove `break` from hunk migration
ClosedPublic

Authored by joshuaspence on Jun 14 2015, 10:00 PM.
Tags
None
Referenced Files
F18783294: D13288.diff
Mon, Oct 13, 5:48 AM
F18765050: D13288.id32131.diff
Tue, Oct 7, 9:16 AM
F18728128: D13288.id32129.diff
Tue, Sep 30, 9:09 AM
F18622145: D13288.diff
Sep 15 2025, 10:36 AM
F18580505: D13288.diff
Sep 11 2025, 3:40 AM
F18505871: D13288.id.diff
Sep 5 2025, 1:04 AM
F18498394: D13288.diff
Sep 4 2025, 6:40 PM
F18240668: D13288.id32129.diff
Aug 21 2025, 1:14 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP175799fab99b: Remove `break` from hunk migration
Summary

This break statement causes ./bin/hunks migrate to only migrate one-hunk-at-a-time, which is unnecessary and slightly misleading. Instead, allow the script to migrate all legacy hunks to modern storage. In particular, this means that we can recommend that installs run this command sometime before D13222 is landed.

Test Plan

It's a pain to setup the data necessary to test this, but this is identical to the change that I made on our production install when I migrated our hunk storage.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Remove `break` from hunk migration.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 14 2015, 10:04 PM
This revision was automatically updated to reflect the committed changes.