diff options
Diffstat (limited to 'subcmds/info.py')
-rw-r--r-- | subcmds/info.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subcmds/info.py b/subcmds/info.py index b1e92e3e..d62e1e64 100644 --- a/subcmds/info.py +++ b/subcmds/info.py | |||
@@ -103,6 +103,10 @@ class Info(PagedCommand): | |||
103 | self.headtext(currentBranch) | 103 | self.headtext(currentBranch) |
104 | self.out.nl() | 104 | self.out.nl() |
105 | 105 | ||
106 | self.heading("Manifest revision: ") | ||
107 | self.headtext(p.revisionExpr) | ||
108 | self.out.nl() | ||
109 | |||
106 | localBranches = list(p.GetBranches().keys()) | 110 | localBranches = list(p.GetBranches().keys()) |
107 | self.heading("Local Branches: ") | 111 | self.heading("Local Branches: ") |
108 | self.redtext(str(len(localBranches))) | 112 | self.redtext(str(len(localBranches))) |