Question on reverting change sets
An additional question relevant to beforeState() and afterState():
Assume a.txt has three changesets CS1,CS2,CS3.When I tried to revert CS2 with beforeState ,Can see only CS1 on a.txt and afterState keep all the changesets CS1,CS2 and CS3. Here I'm looking for option to remove only CS2 if there is no code dependencies.
I know the option through UI that revert the selected changeset with patch been created and wanted to check similar options through API.In other words revert on CS2 should delete only CS2 and retain CS1 ,CS3.
Should able to use RTC tuto resolve if changesets applied on different line of code othewise display conflict message.