diff options
| -rw-r--r-- | subcmds/info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/info.py b/subcmds/info.py index c5291cf2e..42c9c563e 100644 --- a/subcmds/info.py +++ b/subcmds/info.py | |||
| @@ -106,6 +106,7 @@ class Info(PagedCommand): | |||
| 106 | srev = sp.commit_id if sp and sp.commit_id else "None" | 106 | srev = sp.commit_id if sp and sp.commit_id else "None" |
| 107 | self.heading("Superproject revision: ") | 107 | self.heading("Superproject revision: ") |
| 108 | self.headtext(srev) | 108 | self.headtext(srev) |
| 109 | self.out.nl() | ||
| 109 | 110 | ||
| 110 | self.printSeparator() | 111 | self.printSeparator() |
| 111 | 112 | ||
