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).

-- 
----- 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

Reply via email to