Fossil SCM

Clarify the "omitted checkin" message on "fossil bisect vlist".

drh 2012-12-11 13:13 trunk
Commit b41ebf256f78e751fbd8fe35ca68bcae31847163
1 file changed +1 -1
+1 -1
--- src/bisect.c
+++ src/bisect.c
@@ -123,11 +123,11 @@
123123
for(p=path_last(), n=0; p; p=p->pFrom, n++){
124124
if( p->isHidden && (nHidden || (p->pFrom && p->pFrom->isHidden)) ){
125125
nHidden++;
126126
continue;
127127
}else if( nHidden ){
128
- fossil_print(" ... eliding %d check-ins\n", nHidden);
128
+ fossil_print(" ... %d other check-ins omitted\n", nHidden);
129129
nHidden = 0;
130130
}
131131
db_bind_int(&s, ":rid", p->rid);
132132
if( db_step(&s)==SQLITE_ROW ){
133133
const char *zUuid = db_column_text(&s, 0);
134134
--- src/bisect.c
+++ src/bisect.c
@@ -123,11 +123,11 @@
123 for(p=path_last(), n=0; p; p=p->pFrom, n++){
124 if( p->isHidden && (nHidden || (p->pFrom && p->pFrom->isHidden)) ){
125 nHidden++;
126 continue;
127 }else if( nHidden ){
128 fossil_print(" ... eliding %d check-ins\n", nHidden);
129 nHidden = 0;
130 }
131 db_bind_int(&s, ":rid", p->rid);
132 if( db_step(&s)==SQLITE_ROW ){
133 const char *zUuid = db_column_text(&s, 0);
134
--- src/bisect.c
+++ src/bisect.c
@@ -123,11 +123,11 @@
123 for(p=path_last(), n=0; p; p=p->pFrom, n++){
124 if( p->isHidden && (nHidden || (p->pFrom && p->pFrom->isHidden)) ){
125 nHidden++;
126 continue;
127 }else if( nHidden ){
128 fossil_print(" ... %d other check-ins omitted\n", nHidden);
129 nHidden = 0;
130 }
131 db_bind_int(&s, ":rid", p->rid);
132 if( db_step(&s)==SQLITE_ROW ){
133 const char *zUuid = db_column_text(&s, 0);
134

Keyboard Shortcuts

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