Fossil SCM

Merge the accidental fork.

drh 2016-10-31 16:03 trunk merge
Commit d13fc6a6b79e71bda3a82792a2fd7654a17a2087
1 file changed +1 -1
+1 -1
--- src/allrepo.c
+++ src/allrepo.c
@@ -173,11 +173,10 @@
173173
int useCheckouts = 0;
174174
int quiet = 0;
175175
int dryRunFlag = 0;
176176
int showFile = find_option("showfile",0,0)!=0;
177177
int stopOnError = find_option("dontstop",0,0)==0;
178
- int rc;
179178
int nToDel = 0;
180179
int showLabel = 0;
181180
182181
dryRunFlag = find_option("dry-run","n",0)!=0;
183182
if( !dryRunFlag ){
@@ -378,10 +377,11 @@
378377
);
379378
}
380379
db_multi_exec("CREATE TEMP TABLE toDel(x TEXT)");
381380
db_prepare(&q, "SELECT name, tag FROM repolist ORDER BY 1");
382381
while( db_step(&q)==SQLITE_ROW ){
382
+ int rc;
383383
const char *zFilename = db_column_text(&q, 0);
384384
#if !USE_SEE
385385
if( sqlite3_strglob("*.efossil", zFilename)==0 ) continue;
386386
#endif
387387
if( file_access(zFilename, F_OK)
388388
--- src/allrepo.c
+++ src/allrepo.c
@@ -173,11 +173,10 @@
173 int useCheckouts = 0;
174 int quiet = 0;
175 int dryRunFlag = 0;
176 int showFile = find_option("showfile",0,0)!=0;
177 int stopOnError = find_option("dontstop",0,0)==0;
178 int rc;
179 int nToDel = 0;
180 int showLabel = 0;
181
182 dryRunFlag = find_option("dry-run","n",0)!=0;
183 if( !dryRunFlag ){
@@ -378,10 +377,11 @@
378 );
379 }
380 db_multi_exec("CREATE TEMP TABLE toDel(x TEXT)");
381 db_prepare(&q, "SELECT name, tag FROM repolist ORDER BY 1");
382 while( db_step(&q)==SQLITE_ROW ){
 
383 const char *zFilename = db_column_text(&q, 0);
384 #if !USE_SEE
385 if( sqlite3_strglob("*.efossil", zFilename)==0 ) continue;
386 #endif
387 if( file_access(zFilename, F_OK)
388
--- src/allrepo.c
+++ src/allrepo.c
@@ -173,11 +173,10 @@
173 int useCheckouts = 0;
174 int quiet = 0;
175 int dryRunFlag = 0;
176 int showFile = find_option("showfile",0,0)!=0;
177 int stopOnError = find_option("dontstop",0,0)==0;
 
178 int nToDel = 0;
179 int showLabel = 0;
180
181 dryRunFlag = find_option("dry-run","n",0)!=0;
182 if( !dryRunFlag ){
@@ -378,10 +377,11 @@
377 );
378 }
379 db_multi_exec("CREATE TEMP TABLE toDel(x TEXT)");
380 db_prepare(&q, "SELECT name, tag FROM repolist ORDER BY 1");
381 while( db_step(&q)==SQLITE_ROW ){
382 int rc;
383 const char *zFilename = db_column_text(&q, 0);
384 #if !USE_SEE
385 if( sqlite3_strglob("*.efossil", zFilename)==0 ) continue;
386 #endif
387 if( file_access(zFilename, F_OK)
388

Keyboard Shortcuts

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