On Tue, Aug 23, 2005 at 10:29:59PM -0400, Zachary Landau wrote:
> > I implemented alternative diff views and currently support a "plain" in
> > all the patch displays (commitdiff, filediff, headdiff and headfilediff),
> > and a "raw" one for commitdiff.
> 
> It's quite possible I'm being thick, but how do you go about selecting
> the different plain text versions?  I see the code for it in
> darcsweb.cgi but it never seems to generate any html to allow
> selecting of plaintext.

Go to a commitdiff (ie. from the summary) and on the navigation bar on top
you should see, in the line below the regular options, two links: "plain"
and "raw". The first one shows the diff output in plain, the second one
shows the darcs raw patch (the one in _darcs/patches).

The "plain" view is available for those four options mentioned above,
while raw is only available for commitdiff (because it reflects the raw
patch). Is this what you were looking for?


I plan to add other view, "darcs", to output the diff in the format darcs
show it when you do "darcs whatsnew" or something like that, but I haven't
looked into it (I only placed the stubs in the code, so all that's needed
is to create some function to get those from a hash and optionally a file,
and then format them in html).


> Overall the release looks good, though.  Thanks, I'm very pleased with 
> darcsweb.

Glad to hear that =)

Thanks,
                Alberto


_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to