Changeset Rollback Problem ..
Consider the following scenario:
After Changeset #1
line 1: nothing
line 2: nothing
line 3: nothing
After Changeset #2
line 1: Hello World
line 2: nothing
line 3: nothing
After Changeset #3
line 1: Hello World
line 2: Hello Planet
line 3: nothing
After Changeset #4
line 1: Hello World
line 2: Hello Planet
line 3: Hello Universe
If I try to rollback Changeset #3 at this stage using TFPT (RTM version), it says that a 3-way merge is needed, which is correct, since line 3 needs to be reconciled.
But when I click Merge button, instead of showing me the 3-way merge window, it goes ahead and does an automatic Merge .. ?
Pls advise. Thanks in advance.

