How to partially register files in PlasticSCM

Is there a way to select only certain changes in a file and add them for registration? I am mostly looking for something like git hunk staging.

+3
source share
1 answer

Rock,

Plastic SCM supports "stashing" / "shelving" changes, and it implements a combination of what Git and Perforce / TFS can do, as you can find here: http://codicesoftware.blogspot.com/2012/02/shelving-stashing -introduced.html

Plastic SCM can:

  • Apply merge stamps - for example, Git and unlike TFS
  • Keep a cache on the server - for example, TFS and unlike Git

, , , (hunks like in Git), - SCM ... , : P

+1

All Articles