Page MenuHomePhabricator

Remove `break` from hunk migration
ClosedPublic

Authored by joshuaspence on Jun 14 2015, 10:00 PM.
Tags
None
Referenced Files
F13090193: D13288.diff
Thu, Apr 25, 2:15 AM
Unknown Object (File)
Sun, Apr 14, 2:18 AM
Unknown Object (File)
Sun, Mar 31, 7:54 PM
Unknown Object (File)
Thu, Mar 28, 9:21 AM
Unknown Object (File)
Feb 10 2024, 3:15 AM
Unknown Object (File)
Jan 28 2024, 3:08 AM
Unknown Object (File)
Jan 27 2024, 7:15 AM
Unknown Object (File)
Nov 30 2023, 4: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.