The unified diff between revisions [9b19e788..] and [b954a1fc..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'rcs_import.cc'

#
#
# patch "rcs_import.cc"
#  from [0de2b62e2c973f4c94592cff4990f0a43eb70294]
#    to [7a1852b10d39b49f220b7746b8cbef6d6c76ca23]
#
============================================================
--- rcs_import.cc	0de2b62e2c973f4c94592cff4990f0a43eb70294
+++ rcs_import.cc	7a1852b10d39b49f220b7746b8cbef6d6c76ca23
@@ -456,7 +456,8 @@ rcs_put_raw_file_edge(hexenc<id> const &
     {
       I(db.exists(new_id, "files")
         || db.delta_exists(new_id, "file_deltas"));
-      db.put_delta(old_id, new_id, del, "file_deltas");
+      N(false, F("cvs_import is broken here."));
+      //db.put_delta(old_id, new_id, del, "file_deltas");
     }
 }