Mercurial cherry picking changes for commit

Posted by mansu on Stack Overflow See other posts from Stack Overflow or by mansu
Published on 2009-05-12T21:23:26Z Indexed on 2010/05/21 11:10 UTC
Read the original article Hit count: 204

Say, I made many changes to my code and only need to commit a few of those changes. Is there a way to do it in mercurial? I know that darcs has a feature like this one.

I know "hg transplant" can do this between branches, but I need something like this for committing code in the present branch and not when adding change sets from some other branch.

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about change-management