On Tue, Mar 13, 2018 at 5:17 PM, Stephan Beal <[email protected]> wrote:
> suggests that it "looks okay". However, a quick local test also shows that > a removed file is indeed not reported. The first suspect is the related > query: > > https://www.fossil-scm.org/index.html/artifact/5a9ce59def16a55b?ln=323-332 > > i don't recall (it's been far too long) whether or not that catches > deleted files, nor how to make it do so if it doesn't. Anyone wanting to > look into it should start there, though. > i was sent an off-list fix for this today by Edgardo Cruz, which is now in trunk: http://www.fossil-scm.org/index.html/info/cd55efe7754dd7e5 Here's an example of the output for deleted files: { "type":"checkin", "uuid":"77b624ba022fbd2c832cc0103e8b0c8fb2610d46", ... "comment":"removed a long-obsolete file.", "files":[{ "name":"include/wh/cwal/cwal_list.h", "parent":"7548ada2f5007797846125812424c5ae49192a1f", "size":0, "state":"removed", "downloadPath":"/raw/include/wh/cwal/cwal_list.h?name=" }] }, -- ----- 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 [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

