That ones me to list the files along with the ID:

fossil diff a92874056e
fossil: file a92874056e does not exist in checkin:

I'm looking for something that will show me the entire payload of a checkin,
much like `git show commit-id`


On Wed, Feb 16, 2011 at 8:14 AM, Richard Hipp <d...@sqlite.org> wrote:

>
>
> On Tue, Feb 15, 2011 at 3:11 PM, Justin Mazzi <jma...@gmail.com> wrote:
>
>> Hey,
>>
>> Is there a command to show what changes are in a commit like you can with
>> the web UI? This looks like the function that does it for the web server.
>>
>
> The "fossil diff" command?
>
>
>>
>> /*
>> ** WEBPAGE: vinfo
>> ** WEBPAGE: ci
>> ** URL:  /ci?name=RID|ARTIFACTID
>> **
>> ** Display information about a particular check-in.
>> **
>> ** We also jump here from /info if the name is a version.
>> **
>> ** If the /ci page is used (instead of /vinfo or /info) then the
>> ** default behavior is to show unified diffs of all file changes.
>> ** With /vinfo and /info, only a list of the changed files are
>> ** shown, without diffs.  This behavior is inverted if the
>> ** "show-version-diffs" setting is turned on.
>> */
>> void ci_page
>>
>>
>>
>> --
>> Justin Mazzi
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
Justin Mazzi
_______________________________________________
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