Fossil SCM

Shorten warning message to fit in a terminal without wrapping.

andybradford 2023-12-01 03:58 clone-resume
Commit 5bb6d2618760284a7269142f0496730c9e8eea09326f354c210c730291a1b76a
1 file changed +1 -1
+1 -1
--- src/clone.c
+++ src/clone.c
@@ -331,11 +331,11 @@
331331
fossil_fatal("there are unresolved deltas -"
332332
" the clone is probabaly incomplete and unusable.");
333333
}
334334
}
335335
if( db_get_int("aux-clone-seqno",0)>0 ){
336
- fossil_warning("Clone incomplete - it may be possible to resume the"
336
+ fossil_warning("It may be possible to resume the"
337337
" clone by running the same command again.");
338338
}else{
339339
fossil_print("Rebuilding repository meta-data...\n");
340340
rebuild_db(1, 0);
341341
if( !noCompress ){
342342
--- src/clone.c
+++ src/clone.c
@@ -331,11 +331,11 @@
331 fossil_fatal("there are unresolved deltas -"
332 " the clone is probabaly incomplete and unusable.");
333 }
334 }
335 if( db_get_int("aux-clone-seqno",0)>0 ){
336 fossil_warning("Clone incomplete - it may be possible to resume the"
337 " clone by running the same command again.");
338 }else{
339 fossil_print("Rebuilding repository meta-data...\n");
340 rebuild_db(1, 0);
341 if( !noCompress ){
342
--- src/clone.c
+++ src/clone.c
@@ -331,11 +331,11 @@
331 fossil_fatal("there are unresolved deltas -"
332 " the clone is probabaly incomplete and unusable.");
333 }
334 }
335 if( db_get_int("aux-clone-seqno",0)>0 ){
336 fossil_warning("It may be possible to resume the"
337 " clone by running the same command again.");
338 }else{
339 fossil_print("Rebuilding repository meta-data...\n");
340 rebuild_db(1, 0);
341 if( !noCompress ){
342

Keyboard Shortcuts

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