So, we have a staging
branch that seems to have had one-too-many bad merges. We'd like to create a fresh new staging
branch, but would also like to keep the same branch name, for consistency, and because it's part of our CI/CD process.
Is there a way to do this in mercurial?
I was thinking that the entire team could "prune" the branch, and then we remake it(branching it off another branch), but I'm not sure if this will work or will just cause a different headache.
I also want to avoid just starting a new branch called staging2
as I feel that that is just putting off the problem for later.