Fossil SCM

Minor error text rewording (for clarity). Suggestion from the mailing list.

stephan 2012-05-26 20:59 trunk
Commit e130c2e781e4b2cc4364451199f15b04236f61c0
1 file changed +1 -1
+1 -1
--- src/db.c
+++ src/db.c
@@ -1083,11 +1083,11 @@
10831083
/*
10841084
** Open the local database. If unable, exit with an error.
10851085
*/
10861086
void db_must_be_within_tree(void){
10871087
if( db_open_local()==0 ){
1088
- fossil_fatal("not within an open checkout");
1088
+ fossil_fatal("current directory is not within an open checkout");
10891089
}
10901090
db_open_repository(0);
10911091
db_verify_schema();
10921092
}
10931093
10941094
--- 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

Keyboard Shortcuts

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