Jump to content

Index and hunk-specific commits?


hunteke

Recommended Posts

Hello PlasticSCM community,

 

One of the functionalities I very much appreciate in other VCS programs is the ability to prepare an index before committing.  Git has this by default, and one can add individual hunks to the index via git add -p and Mercurial has this through the built-in "Record Extension":

$ git add --patch      # or -p, but I use --patch for illustrative purposes
...
[Add this hunk? y/n/q] n
...
[Add this hunk? y/n/q] y

I'm still learning PlasticSCM, but I don't see anything that is obviously this functionality in the Linux/GTK GUI.  How can I add individual hunks to what I actually commit?

 

Thanks,

 

Kevin

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...