Well, I'm not sure I fully understood, but here it is:
Changes in TFS do not preserve the absolute contents of the file, but the difference (lines added, deleted, changed).
If you want to report a bug fix from version 6.1 to 6.0, and this fix is included in the 1800 changeset (and no more than this fix), simply merge this changeset into version 6.0. All changes made before the change set 1800 will not be merged into 6.0, only what you have done in this change set will be merged.
When you merge, you have two options:
- Merge all changes from the source branch to the destination
- Merge the selected set of changes from source to destination.
Use the second one and specify change set 1800, and everything will be in order.
Some shots:
The ONLY selected change set will be merged.
source share