Monday, 12 August 2013

what is equivalent of `--no-ff` in mercurial

what is equivalent of `--no-ff` in mercurial

In Git i can do this to merge branches
git merge --no-ff release-1.2
How can i do that in mercurial

No comments:

Post a Comment