summaryrefslogtreecommitdiff
path: root/subcmds/overview.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/overview.py')
-rw-r--r--subcmds/overview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/overview.py b/subcmds/overview.py
index 418459ae2..eed8cf202 100644
--- a/subcmds/overview.py
+++ b/subcmds/overview.py
@@ -42,7 +42,7 @@ are displayed.
all_branches = []
for project in self.GetProjects(args):
br = [project.GetUploadableBranch(x)
- for x in project.GetBranches().keys()]
+ for x in project.GetBranches()]
br = [x for x in br if x]
if opt.current_branch:
br = [x for x in br if x.name == project.CurrentBranch]