On Tue, Apr 30, 2013 at 7:42 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Tue, Apr 30, 2013 at 7:40 PM, Stephan Beal <sgb...@googlemail.com>wrote:
>
>> fossil config reset all
>>
>
> reset ticket shows the same behaviour.
>


Here's the offending bit, i think:

void configuration_cmd(void){
...
    for(i=0; i<count(aConfig); i++){
      const char *zName = aConfig[i].zName;
...
      }else if( fossil_strcmp(zName,"@reportfmt")==0 ){
        db_multi_exec("DELETE FROM reportfmt");
      }
    }

the report formats are simply wiped out and the defaults are not
re-imported. If you can point in the proper direction i can get this
patched tonight. My main question is: what is the proper way to pull the
defaults for this particular table?

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