Fossil SCM
Shorten warning message to fit in a terminal without wrapping.
Commit
5bb6d2618760284a7269142f0496730c9e8eea09326f354c210c730291a1b76a
Parent
ee5b942080cda0a…
1 file changed
+1
-1
+1
-1
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -331,11 +331,11 @@ | ||
| 331 | 331 | fossil_fatal("there are unresolved deltas -" |
| 332 | 332 | " the clone is probabaly incomplete and unusable."); |
| 333 | 333 | } |
| 334 | 334 | } |
| 335 | 335 | 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" | |
| 337 | 337 | " clone by running the same command again."); |
| 338 | 338 | }else{ |
| 339 | 339 | fossil_print("Rebuilding repository meta-data...\n"); |
| 340 | 340 | rebuild_db(1, 0); |
| 341 | 341 | if( !noCompress ){ |
| 342 | 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("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 |