# File lib/git-review/local.rb, line 121 def review_branches all_branches.collect { |entry| # only use uniq branch names (no matter if local or remote) branch_name = entry.split('/').last branch_name if branch_name.index('review_') == 0 }.compact.uniq end