# # # patch "ChangeLog" # from [3ab4e93361eced1eac51ac0886159c4e7de19608] # to [5ef7a177850e1ac0b5cfbaf97bb777b1b5b87b7f] # # patch "annotate.cc" # from [b4baa8556819f995d2c316c517dd48bb5a6d4a5a] # to [1ffa979873c672910587fe182ceb4dc226f773ff] # ============================================================ --- ChangeLog 3ab4e93361eced1eac51ac0886159c4e7de19608 +++ ChangeLog 5ef7a177850e1ac0b5cfbaf97bb777b1b5b87b7f @@ -1,3 +1,7 @@ +2006-12-02 Thomas Moschny + + * annotate.cc: Minor cleanups. + 2006-12-01 Thomas Moschny * annotate.cc (do_annotate_node): Remove unnecessary variable. ============================================================ --- annotate.cc b4baa8556819f995d2c316c517dd48bb5a6d4a5a +++ annotate.cc 1ffa979873c672910587fe182ceb4dc226f773ff @@ -243,7 +243,6 @@ annotate_context::evaluate(revision_id r I(*i < annotations.size()); if (annotations[*i] == nullid) { - // L(FL("evaluate setting annotations[%d] -> %s, since " // "touched_lines contained %d, copied_lines didn't and " // "annotations[%d] was nullid\n") % *i % rev % *i % *i); @@ -773,9 +772,7 @@ do_annotate_node } else { - // Already a pending node, so we just have to merge the lineage - // and decide whether to move it over to the nodes_to_process - // queue. + // Already a pending node, so we just have to merge the lineage. L(FL("merging lineage from node %s to parent %s") % work_unit.revision % parent_revision);