Thus said Marcel Graf on Fri, 20 Mar 2015 18:30:11 +0100:

> Imho, the "missing piece" would be  "stash" having means to do partial
> stashing (finer than on file-by-file base). This the would allow to do
> these "splittings  of a mixed  up check-outs" a bit  easier (including
> testing  "before"  committing, no  need  for  "partial commit"  then),
> wouldn't it?

Or  the opposite.  Stash and  partial pop,  which apparently  Fossil can
already handle simply  by using the ``right'' diff tool.  For example, I
configured Fossil to use idiff as my gdiff command

$ fossil set gdiff-command idiff

Now I can run  fossil stash gdiff and interactive diff  will allow me to
selectively apply the diff

There may be better tools than idiff, but honestly, given that there are
already tools out there that do this,  and Fossil allows one to choose a
gdiff-command, must Fossil also have this same code?

Just my $0.02.

Andy
--
TAI64 timestamp: 40000000550cbabc
_______________________________________________
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