Page MenuHomePhabricator

Ways to bring arc land --delete-remote for git back
Closed, InvalidPublic

Description

We use phabricator heavily. Along with code reviews we also do automated jenkins build jobs for all our topic branches. arc land removes local branches, but leaves the remote ones hanging, necessitating regular manual cleanup.

What options do we have to override/extend arc land workflow to bring the functionality back. We've done a fair amount of arc/phab extensions already, but ArcanistLandWorkflow being final is kinda, well, final.

Event Timeline

epriestley added a subscriber: epriestley.

See "git push = save changes" discussion in T5000.