On Tue, Jan 8, 2013 at 1:02 PM, Gilles <gilles.gana...@free.fr> wrote:

> 2012-11-25 [ad6f12df62] New version (user: Joe,
>            artifact: [dc79071933], branch: trunk)
> 2012-11-25 [53ff5087e3] Original file (user: Joe,
>            artifact: [54dff7fa29], branch: trunk)
> ?
>
> In the output above, are "53ff5087e3" and "ad6f12df62" the artifact ID
> of the whole commit this file was part of, while "54dff7fa29" and
> "dc79071933" are the artifact ID of the two revisions of this
> particular file?
>

Correct. It's not immediately obvious, but the first number is the commit
UUID and the second is the file artifact itself:

        zOut = sqlite3_mprintf(
           "[%.10s] %s (user: %s, artifact: [%.10s], branch: %s)",
           zCiUuid, zCom, zUser, zFileUuid, zBr);


> How can I get gdiff (WinMerge) to compare two revisions, usually the

last and before-last revisions?
>

If i'm interpreting the 'diff' help properly... try:

fossil gdiff --from 53ff5087e3 --to ad6f12df62 FILE1 ... FILEN

:-?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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