Merge "Prevent repo info from crashing when default element doesn't exist."
This commit is contained in:
commit
57f43f4944
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ class Info(PagedCommand):
|
||||||
or 'all,-notdefault')
|
or 'all,-notdefault')
|
||||||
|
|
||||||
self.heading("Manifest branch: ")
|
self.heading("Manifest branch: ")
|
||||||
|
if self.manifest.default.revisionExpr:
|
||||||
self.headtext(self.manifest.default.revisionExpr)
|
self.headtext(self.manifest.default.revisionExpr)
|
||||||
self.out.nl()
|
self.out.nl()
|
||||||
self.heading("Manifest merge branch: ")
|
self.heading("Manifest merge branch: ")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue