summaryrefslogtreecommitdiffstats
path: root/subcmds/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/info.py')
-rw-r--r--subcmds/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py
index f2827b34..2fff3acc 100644
--- a/subcmds/info.py
+++ b/subcmds/info.py
@@ -99,7 +99,7 @@ class Info(PagedCommand):
99 self.headtext(p.revisionExpr) 99 self.headtext(p.revisionExpr)
100 self.out.nl() 100 self.out.nl()
101 101
102 localBranches = p.GetBranches().keys() 102 localBranches = list(p.GetBranches().keys())
103 self.heading("Local Branches: ") 103 self.heading("Local Branches: ")
104 self.redtext(str(len(localBranches))) 104 self.redtext(str(len(localBranches)))
105 if len(localBranches) > 0: 105 if len(localBranches) > 0: