Revert to unsumbitted changelists

If you have three or more pending changelists (not yet submitted) and in all of them you introduce changes to a particular file, can you discard the changes done in the last (third) changelist with out losing the changes made to that file into the two others/previous changelists?

Upvotes: 1

Views: 46

Answers (1)

Samwise
Samwise

Reputation: 71424

If all of the pending changelists are in different workspaces, then what you do in one doesn't (and can't) affect any of the others, unless you submit it.

If all of the pending changelists are in the same workspace, the situation is impossible in the first place; multiple pending changelists within a workspace can't all contain the same file with different changes, because only one copy of that file exists in the workspace.

Upvotes: 2

Related Questions