# # # patch "rcs_import.cc" # from [63faab3554f8c19f9ebd78fa23fa40014ad84714] # to [e794ffa378e96577bed7ab23b5658d0fda7c350c] # ============================================================ --- rcs_import.cc 63faab3554f8c19f9ebd78fa23fa40014ad84714 +++ rcs_import.cc e794ffa378e96577bed7ab23b5658d0fda7c350c @@ -126,7 +126,7 @@ has_a_commit(false), has_parent_rid(false), last_branchpoint(0), - first_commit(0) + first_commit(0), first_commit_after_branching(0), branch_time(0) { @@ -1396,6 +1396,8 @@ I(cvs.stk.size() == 1); + ticker n_revs(_("revisions"), "r", 1); + // check branch times for(map >::const_iterator i = cvs.branches.begin(); i != cvs.branches.end(); ++i) @@ -1435,8 +1437,6 @@ } } - ticker n_revs(_("revisions"), "r", 1); - // First, sort the lineages of the trunk and all branches. Thanks to the // logic in the 'operator<' this correctly handles branch events, which // have their time stored in branch->branch_time.