# # # patch "cmd_list.cc" # from [1afa4255e660c43a3c294fa7fbbcc55e7357559b] # to [783991aedffea80666c33fe6e3fff2ff251a87d9] # ============================================================ --- cmd_list.cc 1afa4255e660c43a3c294fa7fbbcc55e7357559b +++ cmd_list.cc 783991aedffea80666c33fe6e3fff2ff251a87d9 @@ -261,7 +261,7 @@ CMD(branches, "branches", "", CMD_REF(li combine_and_check_globish(excludes, exc); globish_matcher match(inc, exc); set names; - app.get_project().get_branch_list(names); + app.get_project().get_branch_list(inc, names); for (set::const_iterator i = names.begin(); i != names.end(); ++i)