Fossil SCM
Minor error text rewording (for clarity). Suggestion from the mailing list.
Commit
e130c2e781e4b2cc4364451199f15b04236f61c0
Parent
733e9af854ed9c6…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1083,11 +1083,11 @@ | ||
| 1083 | 1083 | /* |
| 1084 | 1084 | ** Open the local database. If unable, exit with an error. |
| 1085 | 1085 | */ |
| 1086 | 1086 | void db_must_be_within_tree(void){ |
| 1087 | 1087 | if( db_open_local()==0 ){ |
| 1088 | - fossil_fatal("not within an open checkout"); | |
| 1088 | + fossil_fatal("current directory is not within an open checkout"); | |
| 1089 | 1089 | } |
| 1090 | 1090 | db_open_repository(0); |
| 1091 | 1091 | db_verify_schema(); |
| 1092 | 1092 | } |
| 1093 | 1093 | |
| 1094 | 1094 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1083,11 +1083,11 @@ | |
| 1083 | /* |
| 1084 | ** Open the local database. If unable, exit with an error. |
| 1085 | */ |
| 1086 | void db_must_be_within_tree(void){ |
| 1087 | if( db_open_local()==0 ){ |
| 1088 | fossil_fatal("not within an open checkout"); |
| 1089 | } |
| 1090 | db_open_repository(0); |
| 1091 | db_verify_schema(); |
| 1092 | } |
| 1093 | |
| 1094 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1083,11 +1083,11 @@ | |
| 1083 | /* |
| 1084 | ** Open the local database. If unable, exit with an error. |
| 1085 | */ |
| 1086 | void db_must_be_within_tree(void){ |
| 1087 | if( db_open_local()==0 ){ |
| 1088 | fossil_fatal("current directory is not within an open checkout"); |
| 1089 | } |
| 1090 | db_open_repository(0); |
| 1091 | db_verify_schema(); |
| 1092 | } |
| 1093 | |
| 1094 |