On 4 June 2014 15:51, Martin Gagnon <eme...@gmail.com> wrote:
> On Wed, Jun 04, 2014 at 03:21:10PM +0200, Michai Ramakers wrote:
>> On 4 June 2014 15:12, Richard Hipp <d...@sqlite.org> wrote:
>> >
>> > On Wed, Jun 4, 2014 at 9:05 AM, Michai Ramakers <m.ramak...@gmail.com>
>> > wrote:
>> >>
>> >> Hello,
>> >>
>> >> perhaps a quick question: is it possible to diff a file in the current
>> >> checkout against a previous version of itself, regardless of how long
>> >> ago the last change occurred?
>> >
>> > You can view the complete change-history of a file in the UI.  For example:
>> >
>> >     http://www.fossil-scm.org/fossil/finfo?name=src/diff.c
>> >
>> > And on the timeline of that display, you can click on any to boxes to get a
>> > diff between any two historical versions of the file.
>>
>> Ah, that I knew. I should have mentioned: when using command-line.
>>
>
> For myself, I do it that way using regular fossil command line:
>
> fossil finfo foo.bar
>
>     # double select and copy desired checkin hash to copy-paste buffer
>
> fossil diff --from <paste hash here> foo.bar

Ok, thanks; that's basically what I do here too.

Michai
_______________________________________________
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