Fossil SCM

Fix a typo in an error message in the merge logic.

drh 2010-11-08 15:33 trunk
Commit 370a89c8328b4a67b77af33ae3393d33462797c4
1 file changed +1 -1
+1 -1
--- src/merge.c
+++ src/merge.c
@@ -96,11 +96,11 @@
9696
pivot_set_secondary(db_column_int(&q,0));
9797
}
9898
db_finalize(&q);
9999
pid = pivot_find();
100100
if( pid<=0 ){
101
- fossil_fatal("cannot find a common ancestor between the current"
101
+ fossil_fatal("cannot find a common ancestor between the current "
102102
"checkout and %s", g.argv[2]);
103103
}
104104
}
105105
if( !is_a_version(pid) ){
106106
fossil_fatal("not a version: record #%d", pid);
107107
--- src/merge.c
+++ src/merge.c
@@ -96,11 +96,11 @@
96 pivot_set_secondary(db_column_int(&q,0));
97 }
98 db_finalize(&q);
99 pid = pivot_find();
100 if( pid<=0 ){
101 fossil_fatal("cannot find a common ancestor between the current"
102 "checkout and %s", g.argv[2]);
103 }
104 }
105 if( !is_a_version(pid) ){
106 fossil_fatal("not a version: record #%d", pid);
107
--- src/merge.c
+++ src/merge.c
@@ -96,11 +96,11 @@
96 pivot_set_secondary(db_column_int(&q,0));
97 }
98 db_finalize(&q);
99 pid = pivot_find();
100 if( pid<=0 ){
101 fossil_fatal("cannot find a common ancestor between the current "
102 "checkout and %s", g.argv[2]);
103 }
104 }
105 if( !is_a_version(pid) ){
106 fossil_fatal("not a version: record #%d", pid);
107

Keyboard Shortcuts

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