I have a sparse branch in Perforce that I regularly update with the main line of code. I would like a simple list of all the non-integration changes that were made to the branch to be ideally included in the new change list (to allow me to make the final code identifiers before merging back to the main line of code).
The only way I was able to do this was to simply integrate the branch back into the main line of code - the integration falls into the wash. I am not happy with this, though, since any changes I make will be made to the main line of code, and I would prefer to make them in the branch. I could create a third branch, but that just seems wrong.
Anyone have any better ideas?
source
share