Mercurial workflow
- Posted by jaygade May 31, 2013
- 1133 views
The Euphoria Mercurial page is very helpful, but I just want to verify before I screw up the repository.
I cloned the main repository into my gold copy. Then I checked out a 4.0 branch. I edited a file. Then I pushed that file into my gold copy. So now I can push my gold copy back to the main repository.
But my changes should apply to the default branch as well. Does that happen automagically, or do I need to edit the default branch as well? How do I make sure it trickles up?
Thanks.