Search code examples
gitmercurialworkflowbranchclone

Git/Mercurial Workflow


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?

  • create a branch (hg branch)
  • clone the develop repository to master (hg clone)

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!)


Solution

  • 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