diff --git a/subcmds/info.py b/subcmds/info.py index b1e92e3..d62e1e6 100644 --- a/subcmds/info.py +++ b/subcmds/info.py @@ -103,6 +103,10 @@ class Info(PagedCommand): self.headtext(currentBranch) self.out.nl() + self.heading("Manifest revision: ") + self.headtext(p.revisionExpr) + self.out.nl() + localBranches = list(p.GetBranches().keys()) self.heading("Local Branches: ") self.redtext(str(len(localBranches)))