On Thu, Feb 15, 2018 at 10:43 PM, Gilles <codecompl...@free.fr> wrote:

> Alternatively: As a work-around, what about offering an easy-to-parse
> output from the EXE ?
>
> For instance, I'd like to find all the release versions for a given file,
> so as to display the list and let the user pick two to perform a diff:
> ======== Current
> C:\>fossil finfo myfile.c
> History of myfile.c
>


fossil json finfo myfile.c

e.g.

[stephan@lapdog:~/fossil/fossil]$ f json finfo BUILD.txt | head -20
{
"fossil":"6b41a7e803348a9247818a66c9b968a9fd8e5d3408cecdaeeeed905c08dc018a",
"timestamp":1518732431,
"command":"finfo",
"procTimeUs":4000,
"procTimeMs":4,
"warnings":[{
"code":1,
"text":"Achtung: the output of the finfo command is up for change."
}],
"payload":{
"name":"BUILD.txt",
"checkins":[
{
"checkin":"06ffd8009ff257ded9f98e179fd52513081ddcf2",
"uuid":"976db410b019ec100c95da8aa977d6209fee9a4e",
"timestamp":1428028595,
"user":"mistachkin",
"comment":"Merge updates from trunk.",
"size":2704,
[stephan@lapdog:~/fossil/fossil]$

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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