Page MenuHomePhabricator

In "arc land --incremental", rebased branches are not repeatedly rebased as changes iterate
Open, LowPublic

Description

  • If you have feature1, feature2, and feature3 stacked on one another and arc land feature3 --incremental, the first push will rebase feature2 and feature3. The second push will fail to rebase feature3 because the branch has moved.
  • If feature1 lands, the corresponding branch is not deleted if feature2 fails to land.

Event Timeline

epriestley created this task.