Same file in multiple changelists in perforce

perforce, version-control

Solution

To answer the bonus question: GIT allows for per-line changelists.

For a comparison between the two view this question: GIT vs. Perforce- Two VCS will enter... one will leave.

Problem

Is there any way to have the same file be a part of multiples changelists in perforce? With that I mean that from the set of changed lines in the file one subset will belong to a changelist, while the other subset will belong to a second changelist. Bonus question: If perforce does not support this, then which Source Control Systems, if any, do?

Original source

Related problems