1

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.

tuan long
  • 605
  • 1
  • 9
  • 18

1 Answers1

1

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

Community
  • 1
  • 1
Lazy Badger
  • 94,711
  • 9
  • 78
  • 110