Fossil SCM
reserve the use of brackets in stdout for artifacts
Commit
5bccc5a526d4927c9d79f139f8bd02cb5a78498a
Parent
6ae51190cc04637…
1 file changed
+1
-1
+1
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -132,11 +132,11 @@ | ||
| 132 | 132 | md5sum_blob(&branch, &mcksum); |
| 133 | 133 | blob_appendf(&branch, "Z %b\n", &mcksum); |
| 134 | 134 | if( !noSign && clearsign(&branch, &branch) ){ |
| 135 | 135 | Blob ans; |
| 136 | 136 | blob_zero(&ans); |
| 137 | - prompt_user("unable to sign manifest. continue [y/N]? ", &ans); | |
| 137 | + prompt_user("unable to sign manifest. continue (y/N)? ", &ans); | |
| 138 | 138 | if( blob_str(&ans)[0]!='y' ){ |
| 139 | 139 | db_end_transaction(1); |
| 140 | 140 | exit(1); |
| 141 | 141 | } |
| 142 | 142 | } |
| 143 | 143 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -132,11 +132,11 @@ | |
| 132 | md5sum_blob(&branch, &mcksum); |
| 133 | blob_appendf(&branch, "Z %b\n", &mcksum); |
| 134 | if( !noSign && clearsign(&branch, &branch) ){ |
| 135 | Blob ans; |
| 136 | blob_zero(&ans); |
| 137 | prompt_user("unable to sign manifest. continue [y/N]? ", &ans); |
| 138 | if( blob_str(&ans)[0]!='y' ){ |
| 139 | db_end_transaction(1); |
| 140 | exit(1); |
| 141 | } |
| 142 | } |
| 143 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -132,11 +132,11 @@ | |
| 132 | md5sum_blob(&branch, &mcksum); |
| 133 | blob_appendf(&branch, "Z %b\n", &mcksum); |
| 134 | if( !noSign && clearsign(&branch, &branch) ){ |
| 135 | Blob ans; |
| 136 | blob_zero(&ans); |
| 137 | prompt_user("unable to sign manifest. continue (y/N)? ", &ans); |
| 138 | if( blob_str(&ans)[0]!='y' ){ |
| 139 | db_end_transaction(1); |
| 140 | exit(1); |
| 141 | } |
| 142 | } |
| 143 |