How to change the default branch to push in mercurial?
- by timmfin
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to insure I'm only pushing changes to the default branch. However, it is a pain to have to remember -r default every since time I do do a push or outgoing command.
So I tried fix this by adding this config to…