Reputation: 55
we try to establish a Mercurial worflow relying on Vincent Driessen Blog.
My question is what is the best way to make the master branch?
We start with the second way but some people think that its harder than a branch... But i think its the best way to separate the production to the features...
(we come from cvs!)
Thanks.
(sorry in advance for my english!)
Upvotes: 0
Views: 249
Reputation: 97270
what is the best way to make the master branch?
Use hgflow extension (branch-based, not clone-based) and do not re-invent the wheel
Upvotes: 1