On Thu, Sep 29, 2011 at 2:52 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> Hiya, core dev(s),
>
> In timeline_cmd(), is there a reason that:
>
>   db_find_and_open_repository(0, 0);
>   showfilesFlag = find_option("showfiles","f", 0)!=0;
>   db_find_and_open_repository(0, 0);
>
> db_find_and_open_repository() is called twice, or is that a mistake? That
> can cause db_verify_schema() to be called twice for the timeline, which
> seems unnecessary (whereas the second db_open_repository() is a no-op).
>

Seems like a mistake.  I'm guessing that the 2nd one should be the one
deleted.


>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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