Fossil SCM
fixed [fc825dcf52]
Commit
4b0f813b8c59ac8f7fbbe33c0a369acc65407841
Parent
080d27a6b2bcf68…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -785,10 +785,11 @@ | ||
| 785 | 785 | const char *zMethod; |
| 786 | 786 | if( g.argc<3 ){ |
| 787 | 787 | usage("export|import|merge|pull|reset ..."); |
| 788 | 788 | } |
| 789 | 789 | db_find_and_open_repository(0, 0); |
| 790 | + db_open_config(0); | |
| 790 | 791 | zMethod = g.argv[2]; |
| 791 | 792 | n = strlen(zMethod); |
| 792 | 793 | if( strncmp(zMethod, "export", n)==0 ){ |
| 793 | 794 | int mask; |
| 794 | 795 | const char *zSince = find_option("since",0,1); |
| 795 | 796 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -785,10 +785,11 @@ | |
| 785 | const char *zMethod; |
| 786 | if( g.argc<3 ){ |
| 787 | usage("export|import|merge|pull|reset ..."); |
| 788 | } |
| 789 | db_find_and_open_repository(0, 0); |
| 790 | zMethod = g.argv[2]; |
| 791 | n = strlen(zMethod); |
| 792 | if( strncmp(zMethod, "export", n)==0 ){ |
| 793 | int mask; |
| 794 | const char *zSince = find_option("since",0,1); |
| 795 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -785,10 +785,11 @@ | |
| 785 | const char *zMethod; |
| 786 | if( g.argc<3 ){ |
| 787 | usage("export|import|merge|pull|reset ..."); |
| 788 | } |
| 789 | db_find_and_open_repository(0, 0); |
| 790 | db_open_config(0); |
| 791 | zMethod = g.argv[2]; |
| 792 | n = strlen(zMethod); |
| 793 | if( strncmp(zMethod, "export", n)==0 ){ |
| 794 | int mask; |
| 795 | const char *zSince = find_option("since",0,1); |
| 796 |