diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py index d2d4f5e9..a6eba889 100644 --- a/subcmds/info.py +++ b/subcmds/info.py | |||
@@ -111,7 +111,7 @@ class Info(PagedCommand): | |||
111 | if not self.opt.local: | 111 | if not self.opt.local: |
112 | project.Sync_NetworkHalf(quiet=True, current_branch_only=True) | 112 | project.Sync_NetworkHalf(quiet=True, current_branch_only=True) |
113 | 113 | ||
114 | logTarget = R_M + self.manifest.default.revisionExpr | 114 | logTarget = R_M + self.manifest.manifestProject.config.GetBranch("default").merge |
115 | 115 | ||
116 | bareTmp = project.bare_git._bare | 116 | bareTmp = project.bare_git._bare |
117 | project.bare_git._bare = False | 117 | project.bare_git._bare = False |