Page MenuHomePhabricator

Add a `repository reparse --importing X` mode
Closed, ResolvedPublic

Description

After D10492, we should add a flag to repository reparse to automate reparsing all the incomplete steps from importing commits. Currently, if you end up with some orphaned parse steps, you have to do something like:

$ repository importing --simple | xargs -n1 repository reparse --message --more-flags

...which is cumbersome. Having a single command to automatically reparse all the incomplete steps for each importing commit would make this simpler and allow users to resolve issues satisfactorily in more cases without upstream support.

Event Timeline

epriestley raised the priority of this task from to Low.
epriestley updated the task description. (Show Details)
epriestley added a project: Diffusion.
epriestley added subscribers: epriestley, chasemp.

Any rush on this / D10492? (There's an inline on D10492 I haven't addressed yet that's rigorous enough with regards to testing that I've been procrastinating...)

Nah, this is just a nice-to-have some day. I haven't seen too many users hitting issues here recently.