Diff
Not logged in

Differences From:

File src/info.c part of check-in [fecb3e5cc9] - On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. by drh on 2009-01-20 23:39:50. [view]

To:

File src/info.c part of check-in [bf7ca1a4d8] - Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket 309c57b3d27219fa6ad601c0021dc067a7cb992d). by drh on 2009-01-20 23:47:47. [view]

@@ -317,9 +317,9 @@
   login_check_credentials();
   if( !g.okRead ){ login_needed(); return; }
   rid = name_to_rid(PD("name","0"));
   if( rid==0 ){
-    style_header("Baseline Information Error");
+    style_header("Check-in Information Error");
     @ No such object: %h(g.argv[2])
     style_footer();
     return;
   }
@@ -332,9 +332,9 @@
      rid, rid
   );
   if( db_step(&q)==SQLITE_ROW ){
     const char *zUuid = db_column_text(&q, 0);
-    char *zTitle = mprintf("Baseline [%.10s]", zUuid);
+    char *zTitle = mprintf("Check-in [%.10s]", zUuid);
     char *zEUser, *zEComment;
     const char *zUser;
     const char *zComment;
     style_header(zTitle);