On Tue, Oct 28, 2014 at 7:05 PM, B Harder <brad.har...@gmail.com> wrote:

> Are references "backward", "forward", or both ? What I mean is,
> roughly, is fossil a doubly linked list, or singly, and if single,
> what direction?
>

In this case it's like a stack and you could only delete from the top (and
then the next top, ad nauseum...). You can't remove a link from the middle
of the list without invalidating hashes.

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