Is there a way to select only certain changes in a file and add them to check-in? Basically I am looking for something like git hunk staging.
Rok,
Plastic SCM supports 'stashing'/'shelving' changes and it implements a mix 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:
But, I think you're asking for a way to checkin only part of a file (hunks like in Git) which is something Plastic SCM can't do so far... An interesting feature but not yet there :P