Fossil SCM
Make error message less redundant.
Commit
d02f144d708e89299ae28a2b99eeb829a6799c5f
Parent
8478bfe27e77330…
1 file changed
+1
-1
+1
-1
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -128,11 +128,11 @@ | ||
| 128 | 128 | db_must_be_within_tree(); |
| 129 | 129 | vid = db_lget_int("checkout", 0); |
| 130 | 130 | user_select(); |
| 131 | 131 | if( !dryRunFlag && !internalUpdate ){ |
| 132 | 132 | if( autosync(SYNC_PULL + SYNC_VERBOSE*verboseFlag) ){ |
| 133 | - fossil_fatal("Autosync failed, cannot update"); | |
| 133 | + fossil_fatal("Cannot proceed with update"); | |
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | /* Create any empty directories now, as well as after the update, |
| 138 | 138 | ** so changes in settings are reflected now */ |
| 139 | 139 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -128,11 +128,11 @@ | |
| 128 | db_must_be_within_tree(); |
| 129 | vid = db_lget_int("checkout", 0); |
| 130 | user_select(); |
| 131 | if( !dryRunFlag && !internalUpdate ){ |
| 132 | if( autosync(SYNC_PULL + SYNC_VERBOSE*verboseFlag) ){ |
| 133 | fossil_fatal("Autosync failed, cannot update"); |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | /* Create any empty directories now, as well as after the update, |
| 138 | ** so changes in settings are reflected now */ |
| 139 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -128,11 +128,11 @@ | |
| 128 | db_must_be_within_tree(); |
| 129 | vid = db_lget_int("checkout", 0); |
| 130 | user_select(); |
| 131 | if( !dryRunFlag && !internalUpdate ){ |
| 132 | if( autosync(SYNC_PULL + SYNC_VERBOSE*verboseFlag) ){ |
| 133 | fossil_fatal("Cannot proceed with update"); |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | /* Create any empty directories now, as well as after the update, |
| 138 | ** so changes in settings are reflected now */ |
| 139 |