Revert pushed bad merge in hg

126 Views Asked by At

I stated working by creating a new branch (say) new-feature and done all the changes ( a lot of files has been changed).

And I wrongly merged it with a branch say 'my-client' branch where every one works and pushed the code to the repository. I want to remove the merge I've done. No other developers currently working on branch 'my-client'.

I have tried 

    hg backout <REV>    // rev of the bad merge
    abort: cannot backout a merge changeset.

Is there any way to fix it?

0

There are 0 best solutions below