# # patch "ChangeLog" # from [c18a2745c60d8ed60f2c85417fb212cf7c8cc4af] # to [610b18234a1280d9840a5cb47c32cb7572df84d9] # # patch "change_set.cc" # from [f45da9e6d6bc784324d6f606a12d21c34a6f306d] # to [8721281fd257c827409baf2df2ec98e7883e0710] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-04-16 Matt Johnston + + * change_set.cc (compose_rearrangement): remove logging statements + that were using noticable CPU time. + 2005-04-15 Olivier Andrieu * diff_patch.cc(guess_binary): do not use '\x00' as first --- change_set.cc +++ change_set.cc @@ -761,15 +761,19 @@ if (old_path == new_path) { + /* L(F("skipping preserved %s %d : '%s'\n") % (path_item_type(old_item) == ptype_directory ? "directory" : "file") % curr % old_path); + */ continue; } + /* L(F("analyzing %s %d : '%s' -> '%s'\n") % (path_item_type(old_item) == ptype_directory ? "directory" : "file") % curr % old_path % new_path); + */ if (null_name(path_item_name(old_item))) {