Perforce - removing delta per given changelist range
问题 I got a small question with a big background. Let me ask a short version and then expand it a little bit. Short version of my question is as follows. Imagine a situation - you have branch A with changelists 1000 to 1004. Then you make branch B from changelist 1004 and add a couple of more revisions (1005, 1006). After that you need to remove delta introduced by changelist 1002 from branch B. How can I do it? If I needed that on branch A - no problem, just Rollback to 1001 and re-integrate