Reputation: 603
Well, I merged a branch from trunk today which made many modifications of that branch disappeared, I knew something must be wrong with the way I did that merge. So I just want my modifications back from the revision just before that merge. How should I do it. Thanks a lot.
Upvotes: 1
Views: 386
Reputation: 97280
You have not merge older revision. If $REVISION
is totally bad and you want to discard changes, produced in it, you have to reverse merge $REVISION
and get state of $REVISION-1
as result
Upvotes: 1