diff options
Diffstat (limited to 'subcmds/overview.py')
-rw-r--r-- | subcmds/overview.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subcmds/overview.py b/subcmds/overview.py index 9e6100b4..418459ae 100644 --- a/subcmds/overview.py +++ b/subcmds/overview.py | |||
@@ -55,8 +55,11 @@ are displayed. | |||
55 | def __init__(self, config): | 55 | def __init__(self, config): |
56 | Coloring.__init__(self, config, 'status') | 56 | Coloring.__init__(self, config, 'status') |
57 | self.project = self.printer('header', attr='bold') | 57 | self.project = self.printer('header', attr='bold') |
58 | self.text = self.printer('text') | ||
58 | 59 | ||
59 | out = Report(all_branches[0].project.config) | 60 | out = Report(all_branches[0].project.config) |
61 | out.text("Deprecated. See repo info -o.") | ||
62 | out.nl() | ||
60 | out.project('Projects Overview') | 63 | out.project('Projects Overview') |
61 | out.nl() | 64 | out.nl() |
62 | 65 | ||