From 33949c34d28eef7b4a27e0fb1a03221cd3c84113 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 10 Jul 2012 14:32:23 +0200 Subject: Add repo info command The info command will print information regarding the current manifest and local git branch. It will also show the difference of commits between the local branch and the remote branch. It also incorporates an overview command into info which shows commits over all branches. Change-Id: Iafedd978f44c84d240c010897eff58bbfbd7de71 --- subcmds/overview.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'subcmds/overview.py') 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. def __init__(self, config): Coloring.__init__(self, config, 'status') self.project = self.printer('header', attr='bold') + self.text = self.printer('text') out = Report(all_branches[0].project.config) + out.text("Deprecated. See repo info -o.") + out.nl() out.project('Projects Overview') out.nl() -- cgit v1.2.3-54-g00ecf