On Wed, Feb 16, 2011 at 8:17 AM, Justin Mazzi <jma...@gmail.com> wrote:

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


What do you want to see, exactly?  A list of files that changed for a single
checkin?  Or the differences in each file for a single checkin?  The first
is not available right now (I don't think) in fossil (mostly because I have
never wanted to do that an so have not written the 20-lines or so of code to
implement it).  The second can be done using "diff" with the --from and --to
options.

What's wrong with use "fossil ui" and web interface?



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


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

Reply via email to