Open Bug 1933249 Opened 1 year ago

`moz-phab reorg` should not abandon already closed revisions

Categories

(Conduit :: moz-phab, defect, P3)

Tracking

(Not tracked)

People

(Reporter: sheehan, Unassigned)

Details

I'm trying to moz-phab reorg a stack A -> B -> C (where C has no children) to A -> C -> B. A is a closed revision which has already landed in the repo.

When I run moz-phab reorg without any flags, it fails because it attempts to abandon A with You can not abandon this revision because it has already been closed. Only open revisions can be abandoned. When I run with --no-abandon, the already-landed revision is removed from the stack, which is also not desirable.

You need to log in before you can comment on or make changes to this bug.