Make another branch default?
Just merge feature-branch into default then close feature-branch: $ hg checkout default $ hg merge feature-branch $ hg commit $ hg checkout feature-branch $ hg commit –close-branch There is no more clean and sensible way (that I’m aware of) to “make feature-branch the default”. One thing that wouldn’t be as nice, but you could do, … Read more