Fossil

Diff
Login

Differences From Artifact [1f8c3feada]:

To Artifact [f195f31da7]:


554
555
556
557
558
559
560

561
562
563
564
565
566



567
568
569
570
571
572
573
554
555
556
557
558
559
560
561
562
563
564
565


566
567
568
569
570
571
572
573
574
575







+




-
-
+
+
+







      }
    }
    free(zFullPath);
    free(zFullNewPath);
  }
  db_finalize(&q);
  db_finalize(&mtimeXfer);
  fossil_print("%.79c\n",'-');
  if( nUpdate==0 ){
    show_common_info(tid, "checkout:", 1, 0);
    fossil_print("%-13s None. Already up-to-date\n", "changes:");
  }else{
    fossil_print("%.79c\n%-13s %z\n",'-', "updated-from:",
                 rid_to_uuid(vid));
    fossil_print("%-13s %.40s %s\n", "updated-from:", rid_to_uuid(vid), 
                 db_text("", "SELECT datetime(mtime) || ' UTC' FROM event "
                         "  WHERE objid=%d", vid));
    show_common_info(tid, "updated-to:", 1, 0);
    fossil_print("%-13s %d file%s modified.\n", "changes:",
                 nUpdate, nUpdate>1 ? "s" : "");
  }

  /* Report on conflicts
  */