Mercurial local branching and pushing to shared repository
Posted
by Steve Horn
on Stack Overflow
See other posts from Stack Overflow
or by Steve Horn
Published on 2010-03-18T21:06:14Z
Indexed on
2010/03/18
21:11 UTC
Read the original article
Hit count: 330
I created a branch on my local Mercurial repository. I want to push to the shared repository so my work can be backed up, but I don't want other project members to see the branch.
What's the standard operating procedure in this case?
I'd like to avoid having the repository get full of developer branches that I don't need to see.
© Stack Overflow or respective owner