On Jun 9, 2016, at 8:40 AM, Andy Bradford <amb-fos...@bradfords.org> wrote:
> 
> Hello,
> 
> Is it possible to search for actual changes in checkins? For example, if
> I have a repository that has a macro:
> 
> #define MACRO { if (x) y; }
> 
> Can I search  Fossil for all checkins that included  replacing code with
> MACRO as a change?

While short of the FTS solution proposed by drh, annotate/blame may be 
sufficient for your purposes.  Just grep its output for MACRO.  That will give 
you the checkin ID of the most recent change to that line, which in all 
likelihood will be the one where it replaced the prior program text.
_______________________________________________
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