Fossil SCM

fixed [fc825dcf52]

ron 2011-10-05 16:58 trunk
Commit 4b0f813b8c59ac8f7fbbe33c0a369acc65407841
1 file changed +1
--- src/configure.c
+++ src/configure.c
@@ -785,10 +785,11 @@
785785
const char *zMethod;
786786
if( g.argc<3 ){
787787
usage("export|import|merge|pull|reset ...");
788788
}
789789
db_find_and_open_repository(0, 0);
790
+ db_open_config(0);
790791
zMethod = g.argv[2];
791792
n = strlen(zMethod);
792793
if( strncmp(zMethod, "export", n)==0 ){
793794
int mask;
794795
const char *zSince = find_option("since",0,1);
795796
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button