# # # patch "ChangeLog" # from [a7881c874204701800cd0878af8daa6eae7c3dae] # to [34617505c038b4262f742e8e77773c9a83c28c65] # # patch "enumerator.hh" # from [c0e45bd4447e10c0cbf3ca1e3ed54ef91f23c6e5] # to [6e6ecbf59d43a8e4bf4de07008a8795bd18cd960] # ============================================================ --- ChangeLog a7881c874204701800cd0878af8daa6eae7c3dae +++ ChangeLog 34617505c038b4262f742e8e77773c9a83c28c65 @@ -1,5 +1,7 @@ 2006-02-23 Matthew Gregan + * enumerator.hh: Another GCC 4.1 compile fix. + * tests/t_log_selectors.at: XFAILed test for bug #15877. * testsuite.at: Add it. ============================================================ --- enumerator.hh c0e45bd4447e10c0cbf3ca1e3ed54ef91f23c6e5 +++ enumerator.hh 6e6ecbf59d43a8e4bf4de07008a8795bd18cd960 @@ -63,9 +63,9 @@ app_state & app); void load_graphs(); bool all_parents_enumerated(revision_id const & child); - void revision_enumerator::files_for_revision(revision_id const & r, - std::set & full_files, - std::set > & del_files); + void files_for_revision(revision_id const & r, + std::set & full_files, + std::set > & del_files); void step(); bool done(); };