On Jul 28, 2015, at 9:32 AM, Gour <g...@atmarama.net> wrote:
> 
> split commit within one file
> in smaller chunks when one forgets to ’safe often, commit often’ or
> simply wants to divide single commit into several ones?

Whenever I need to do that, I say “fossil diff > x.patch”, revert the local 
checkout, then manually divide up x.patch into the individual change sets.

It’s a good painful lesson that reminds me to commit often. :)

That said, it would be spiffy to have a “fossil ci --cherrypick” option that 
would ask me yes/no questions about each diff section, then commit all those I 
said “yes” to, leaving the “no” sections uncommitted.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to