On Apr 17, 2015, at 2:23 PM, to...@acm.org wrote:
> 
> Can fossil be used to apply a diff patch (such as that created by the diff 
> command)?

Fossil itself doesn’t do that.  You use the patch(1) utility for that, which 
expects a unified diff.  (“fossil diff” produces output in that format by 
default, but diff(1) does not.)

If you want something that works entirely with Fossil tools, you should be 
using the new “bundle” features.  This creates a “sub-repository” containing a 
given change set, including all of the details Fossil tracks that do not appear 
in “fossil diff” output.
_______________________________________________
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